py_cui
textual
Our great sponsors
py_cui | textual | |
---|---|---|
6 | 110 | |
678 | 18,408 | |
- | 5.5% | |
0.0 | 10.0 | |
6 months ago | 6 days ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
py_cui
-
Fancy console
py_cui - Another curses wrapper
-
Textual: A Python Text User Interface with Rich as the Renderer
It's great to see some more competitors on the TUI front of the Python ecosystem! I recently tried multiple existing frameworks and was not particularly happy with the state.
Here are the main contenders for libraries that provide higher-level API than urwid/ncurses:
* Picotui, https://github.com/pfalcon/picotui
* Npyscreen, https://github.com/npcole/npyscreen
* py_cui, https://github.com/jwlodek/py_cui
Both Picotui and Npyscreen are relatively unmaintained / considered feature-full. py_cui seems to be in the best shape.
Fingers crossed for this project making it through, building on top of Rich gives it quite a bit of headstart. You can also sponsor @willmcgugan on Github [0].
-
I pushed my first real project !
So, when I found the different commands to get back my file and recover it, I wanted to create a clear UI to do it. Searching for a CUI library, I've stumbled upon py_cui, based on curses, it has a really easy learning curve. Easy to get it running.
-
I just pushed my real first project !
I dit it with py_cui, it's based on curses library but really easier to work with.
So, when I found the different commands to get back my file and recover it, I wanted to create a clear UI to do it. Searching for a CUI library, I've stumbled upon py_cui, based on curses, it has a really easy learning curve. Easy to get it running.
textual
-
baca: new TUI ebook reader build using the awesome Textual project
Hey there here is baca, epy's lovely sister. Built using the awesome textual project.
- FLiP Stack Weekly for 13 March 2023
-
Asks the Textualize developers anything
I'm guessing you mean atomic data structures? But my favourites are probably things we've built on top of builtins. spatial_map comes to mind. It allows you to query what rectangular regions are in the screen in a very efficient way.
-
Textual is a beautiful Terminal User Interface library in Python
In that the parents refers their examples in the TFA:
-
What can you do in a terminal?
You can have a fully featured desktop environment in the terminal alone. Your selection of applications will be limited and you will have to find TUI alternatives to GUI programs. Check out Textual which is a python TUI library, it showcases some of the things that are possible in the terminal. In addition many TUI applications enable higher resolution graphics with usage of the framebuffer and really blur the lines between TUI and GUI.
-
Looking for a Rust TUI library similar to textual for python
Hi, currently learning Rust and I would like to build a TUI interface. I checked the libraries, is there something similar to Textual for Rust where it mimics DOM/CSS to build advanced TUIs ?
-
We need a textodon (text-only Fediverse hub)
It would be fun to build a TUI Fediverse app using Textual[0] or something
-
textual-bee: a Spelling Bee game in your terminal (using Textual)
I've been playing around with textual recently and decided to remake Spelling Bee in the terminal.
-
tempy: render beautiful weather data to your terminal
- textual, still largely in development, is a full TUI framework which leverages `rich` to allow users to create terminal applications with ease.
What are some alternatives?
pytermgui - Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
python-prompt-toolkit - Library for building powerful interactive command line applications in Python
asciimatics - A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
urwid - Console user interface library for Python (official repo)
blessed - Blessed is an easy, practical library for making python terminal apps
npyscreen - Automatically exported from code.google.com/p/npyscreen
bubbletea - A powerful little TUI framework 🏗