Sujet : Re: Tools to help with text mode (i.e. non-GUI) input
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 11. Jan 2025, 20:31:54
Autres entêtes
Organisation : Stefan Ram
Message-ID : <libraries-20250111203128@ram.dialup.fu-berlin.de>
References : 1 2
ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
If that's too tied to specific systems for your taste,
why not cook up a library that smooths out those wrinkles?
Or, if you want to use a library instead of writing one, check out:
Textual – An async-powered terminal application framework for Python
Textual was built on top of
Rich - a terminal application renderer (not using async) and toolkit
There's also:
py_cui: library for creating CUI/TUI interfaces with pre-built widgets
PyTermGUI: terminal UI library
Python Prompt Toolkit: library for command line applications
Urwid: a console user interface library for Python