Overview of PyTermGUI features
masterPyTermGUI is a Python TUI framework providing:
- Window Manager System: A desktop-inspired system with modals and customizable windows.
- Mouse Support: Enabled out of the box with zero configuration.
- TIM (Terminal Interactive Markup): A markup language for expressive, styled terminal text including aliases and macros.
- Styling Engines: Support for both YAML and Python-based styling.
- Color Resilience: Automatic color downgrading for older terminals and native
NO_COLORsupport that maintains design contrast.