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

https://github.com/ceccopierangiolieugenio/pycut

terminal graphic library loosely based on QT api
https://github.com/ceccopierangiolieugenio/pycut

ascii curses library python qt5 terminal terminal-app tui

Last synced: 12 months ago
JSON representation

terminal graphic library loosely based on QT api

Awesome Lists containing this project

README

          

***NOTE:*** *This project is no more active and has been ported/rewritten to [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk)*

# pyCuT
Text-based user interface library ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)) loosely based on QT api

# Note
This project is in an extremely early stage.

It is not yet possible to use it to build a fully featured [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)

# Current status
- [x] Basic Widget class
- [x] Basic Layout framework
- [x] Basic Mouse events
- [x] Surprisingly stable Signals Slots implementation

# Screenshot

![](https://raw.githubusercontent.com/ceccopierangiolieugenio/binaryRepo/master/pyCuT/pyCuT.001.gif)

# Examples
# clone the repo
git clone https://github.com/ceccopierangiolieugenio/pyCuT.git

# Have fun . . .
cd pyCuT/examples/alpha.prototype
./006.dummy.test.features.py

# . . . but in moderation
./007.signals.slots.py