pytermgui
pytermgui copied to clipboard
Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
**Describe the bug** When a button is placed inside a Splitter its style does not change to _highlighted_ when it is selected or hovered over. **To Reproduce** Steps to reproduce...
I'm trying PyTermGUI for the first time by using the example at `examples\simple_app.py` on Windows. * Mouse doesn't seem to work at all. (Not sure if this is just because...
Cannot delete text in InputField **To Reproduce** ```python3 import sys from typing import List, Optional import pytermgui as ptg def main(argv: Optional[List[str]] = None) -> None: with ptg.WindowManager() as manager:...
Hello, this is not request to upstream. I just want to mention that I opened an official "Request to Package" at Debian. I will need this package as a dependency...
I want to create an environment like the [Twin Terminal Window Manager](https://github.com/cosmos72/twin) for that I must understand how to use the terminal widget, I'm trying to spawn it with: ```...
Fixes #98 
I have list of tasks, When I add new task to the list of tasks, I want my new results to be on the screen
**Describe the bug** Inline widget doesn't work because my setup reports the "hover" mouse event isn't supported **To Reproduce** Run a simple inline example: ``` import pytermgui as ptg ptg.inline(ptg.Label("Hello...
This pull request is a proposal showcasing a functional implementation of ANSI parsing using a state machine instead of regex ## Motivation Up until now the parsing of ANSI to...
**Describe the bug** Using emojis (on terminals that support it) misaligns the windows due to wrong length computed (byte length vs rune length) **To Reproduce** Taking emojis from the https://en.wikipedia.org/wiki/X_mark:...