rich
blessed

rich | blessed | |
---|---|---|
156 | 13 | |
50,705 | 1,227 | |
1.2% | 0.9% | |
9.1 | 5.6 | |
2 months ago | 28 days ago | |
Python | Python | |
MIT 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.
rich
-
🚀 Launching a High-Performance DistilBERT-Based Sentiment Analysis Model for Steam Reviews 🎮🤖
rich: Enhances the command-line interface with rich text formatting.
-
5 Best Python TUI Libraries for Building Text-Based User Interfaces
2.Rich Rich Rich is a modern Python library designed for rich text and beautiful formatting in the terminal. While Rich is often used for rendering formatted logs or terminal output, it also includes a TUI toolkit for building full-fledged interactive applications.
-
5 Open Source Python Projects You Should Know About in 2024
Where to check it out: https://github.com/Textualize/rich
-
Things I've learned building a modern TUI Framework
> Personally I found Textual a little weird to use, but better than ncurses.
Out of curiosity, have you looked at it's sibling project "rich"?
https://github.com/Textualize/rich
Seems like it provides a TUI toolkit as well, and it looks a bit less weird than the approach Textual uses.
Was thinking of trying it out with a side project recently, but got pulled onto some other stuff instead so haven't yet started. Nor made the choice between them. ;)
-
Ps aux written in bash without ever forking
I recently used the rich library to print tables in terminal.
https://github.com/Textualize/rich
-
Wat – Deep inspection of Python objects
Right! I usually use rich's print [1] for this kind of thing too, which I chose after testing a few other libraries that do pretty printing.
--
1: https://github.com/Textualize/rich?tab=readme-ov-file#rich-p...
-
A Simple Instagram Tracking Script Written in Python
Rich
- Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
- Rich is a Python library for rich text and beautiful formatting in the terminal
-
Neat Parallel Output in Python
There is an open issue [1] on GitHub to make it more modular and get rid of markdown and syntax highlighting but I have no hope for rich to get more minimal.
[1]: https://github.com/Textualize/rich/issues/2277
blessed
-
Advice for creating my first game?
separate logic and presentation - so, for example, you can start off with a very simple console based solution, move to a more advanced text/console user interface (using e.g. blessed), then onto a simple GUI or webapp
-
CLI interfaces with choice highlighting
blessed is a good example.
-
Need guidance on creating a terminal app like HTOP UI
blessed
-
Everything you ever wanted to know about terminals(but were afraid to ask)
If this piques your interest and you use Python, check out the blessed library: https://github.com/jquast/blessed
-
How to clear console/terminal, using Mu on raspberry pi 400?
e.g. https://github.com/jquast/blessed
- Continuously checking for keypresses
-
A good python library to replace libtcod for terminal play?
Well, my current plan is to use one of the more modern curses-replacements (I'm thinking of blessed, a blessings fork), since they seem a lot easier to use than curses. If I hit a speed bottleneck with blessed, the plan is to switch over to curses...
-
Objexplore: A terminal UI to inspect and explore Python objects
I created a terminal app called Objexplore to interactively inspect and explore Python objects. It was a fun project and uses the rich and blessed packages. Take a look at the github readme for a quick demo.
-
Fancy console
blessed - This module is a wrapper around curses, and aims to make doing things with it simpler.
-
Any Python/Curses resources?
You might also consider more modern approach like blessed or maybe go low-level in the style of how urwid handles terminal input and output.
What are some alternatives?
tqdm - :zap: A Fast, Extensible Progress Bar for Python and CLI
urwid - Console user interface library for Python (official repo)
colorama - Simple cross-platform colored terminal text in Python
py_cui - A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
textual - The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
alive-progress - A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
blessings - A thin, practical wrapper around terminal capabilities in Python
python-prompt-toolkit - Library for building powerful interactive command line applications in Python
exam-terminal - A terminal/console based exam, test, or quiz tool for educators and learners
CUTIE - Command line User Tools for Input Easification
RogueDetective - A roguelike detective game
