pytermgui icon indicating copy to clipboard operation
pytermgui copied to clipboard

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!

Results 35 pytermgui issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** When using `focus_next()` on a WindowManager with a negative step (ex. `step=-1`), a crash occurs instead of wrapping around to the next window as seen with a...

Bug

Basically i just want to make the button BG blank and transparent or Black, and then make the OnHover Button Text go Pink. Thats all! Can't find any information or...

Bug

**Describe the solution you'd like** I am looking for a widget that will allow me to set a list of options for a user to choose from, as well as...

Enhancement

**Describe the bug** So i load directories and display as buttons in vertical order and when there are too many, it just overflows terminal window **To Reproduce** add a lot...

Bug

**Is your feature request related to a problem? Please describe.** I am using the library to represent my data as a table and it is periodically being refresh (live data)....

Enhancement