An open API service indexing awesome lists of open source software.

https://github.com/dmrokan/pazgui

Terminal UI toolkit for Python
https://github.com/dmrokan/pazgui

cli gui ncurses terminal

Last synced: 28 days ago
JSON representation

Terminal UI toolkit for Python

Awesome Lists containing this project

README

          

# Terminal GUI toolkit in Python

It is based on [blessed](https://github.com/jquast/blessed) and
provides core GUI functionality;

* Event system
* Keyboard events
* Scheduled events (by [schedule](https://github.com/dbader/schedule))
* Custom events
* Vertical and horizontal auto alignment
* Input widgets
* Textarea
* Button
* Checkbox
* Password
* Panels
* Progress bar

Check chat interface example in (examples/chat/main.py) .