spectrographic
textual
Our great sponsors
spectrographic | textual | |
---|---|---|
2 | 107 | |
217 | 18,312 | |
- | 5.0% | |
0.0 | 10.0 | |
3 months ago | 5 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.
spectrographic
-
Display and browse images efficiently in the terminal
Do you mean something like this?
textual
- 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.
-
C++/Rust purist writes a (small) TUI renderer in Python
Nice. Did you also check Textual as an option for TUI?
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)
npyscreen - Automatically exported from code.google.com/p/npyscreen
bubbletea - A powerful little TUI framework 🏗
picotui - Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
py_cui - A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
wtpython - Automatically find solutions when your Python code encounters an issue.
jexer - Java Text User Interface. This library implements a text-based windowing system loosely reminiscent of Borland's Turbo Vision system
typer - Typer, build great CLIs. Easy to code. Based on Python type hints.