(python Terminal Toolkit) is a Text-based user interface library (TUI) Evolved from the discontinued project pyCuT and inspired by a mix of Qt5,GTK, and tkinter api definition with a touch of personal interpretation
video-capture-2024-11-12_18.08.48.mini.02.mp4
- Self Contained (no external lib required), Python 3.9 or above required.
- Cross compatible: Linux๐ง, MacOS๐, MS Windows๐ช, HTML5๐(Try)
- Basic widgets for TUI development (Button, Label, checkbox, ...)
- Specialized widgets to improve the usability (Windows, Frames, Tables, ...)
- QT Like Layout system to help arrange the widgets in the terminal
- True color support
- Ful/Half/Zero sized Unicode characters ๐
- I am pretty sure there is something else...
Try the Sandbox straight from your browser
Powered by Pyodide and xterm.js and CodeMirror5 and w2ui
Be inspired by the Tutorials and the Examples
Don't get bored by the Api Definitions
Smell deliciousness with the official pyTermTk tool for designing and building Text-based user interfaces (TUIs)
Unravel your inner artist with The Terminal ASCII Photoshop
pip3 install --upgrade pyTermTk
git clone https://github.com/ceccopierangiolieugenio/pyTermTk.git
cd pyTermTk
# Press CTRL-C to exit (CTRL-Break on Windows)
# Showcase Demo
python3 demo/demo.py -f -t
# run the ttkDesigner
run.ttkDesigner.sh
# run The Dumb Paint Tool
# it require pillow
# pip install pillow
run.dumbPaintTool.sh
# Text edit with "Pygments" highlight integrated
# it require pygments
# pip install pygments
python3 tests/test.ui.018.TextEdit.Pygments.py README.md
Projects using pyTermTk
- ttkDesigner - the official pyTermTk tool for designing and building Text-based user interfaces (TUIs)
- the DumbPaintTool - The Terminal ASCII Photoshop
- tlogg - A fast, advanced log explorer.
- ttkode - TerminalToolKit (Studio) Code (editor)
- pytest-fold - A Pytest plugin to make console output more manageable when there are multiple failed tests
- pytest-tui - A Text User Interface (TUI) for Pytest, automatically launched after your test run is finished
- breakoutRL - Breakout the Roguelike
- 7drl-2024 - A Snake๐ on a Plane
โ๏ธ - The Roguelike
-
Honourable mention
- bpytop - Linux/OSX/FreeBSD resource monitor
This was the base inspiration for my core library
- bpytop - Linux/OSX/FreeBSD resource monitor
-
Python
- urwid - Console user interface library for Python
- pyTermGUI - A simple yet powerful TUI framework for your Python (3.7+) applications
- Textual - TUI (Text User Interface) framework for Python inspired by modern web development
- Rich - Python library for rich text and beautiful formatting in the terminal
- PyCuT - terminal graphic library loosely based on QT api (my previous failed attempt)
- pyTooling.TerminalUI - A set of helpers to implement a text user interface (TUI) in a terminal.
-
Non Python
- Turbo Vision
- ncurses
- tui.el - An experimental text-based UI framework for Emacs modeled after React