pytermgui
pytermgui copied to clipboard
Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
All instances of redrawing will now call \x1b[H to go to home position and then draw over all characters on the screen. This removed screen flickering for many if not...
In my case, I want to use Chinese texts to display some infomations, and that broke the box's side. Does there any solutions for this? 
**Is your feature request related to a problem? Please describe.** It would be nice to be able to pull from the pypi archive, but install using the pyproject.toml file. This...
**Describe the bug** All colors are mapped wrong on Windows when styling. This isn't just RGB being mapped wrong. **To Reproduce** Steps to reproduce the behavior: 1. Be on Windows...
**Describe the bug** The InputField is not working correctly when it is created inside an container with `overflow=ptg.Overflow.SCROLL`. When Multiline is enabled it is only one big line and I...
I have created an AUR package. Because on Arch Linux the use of Pip is only possible in a virtual environment. If you try to use pip system/user wide, pip...
**Is your feature request related to a problem? Please describe.** Browsing between selectables should trigger scroll to always show where the selectable is. **Describe the solution you'd like** Just compare...
**Is your feature request related to a problem? Please describe.** Tl;dr: `manager.add(..., assign="Console")` turns the slot name to lowercase, unlike the `add_slot` "constructor", which is unintuitive. I wanted to structure...
**Is your feature request related to a problem? Please describe.** I was planning on using this for a terminal user interface for a flashcard app, but the text input doesn't...
When using focus_next with a negative step it would cause an exception instead of properly wrapping around - using modulo makes it work correctly in either direction