Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Pytermgui Alternatives
Similar projects and alternatives to pytermgui
-
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.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
-
picotui
Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
-
python-prompt-toolkit
Library for building powerful interactive command line applications in Python
-
-
py_cui
A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
-
-
-
-
-
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
-
Gooey
Turn (almost) any Python command line program into a full GUI application with one line
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pytermgui reviews and mentions
-
Using Textual to Build a ChatGPT TUI App
Several libraries, such as urwid or PyTermGUI, allow the development of TUI applications in Python. For enhancing the functionality and aesthetics of TUI apps, they offer some fundamental and more sophisticated utilities. But there is one package that is truly exceptional and might even be so amazing that it sparks a TUI renaissance (I really wanted to put "TUI renaissance" somewhere in this article).
-
How difficult is ncurses?
There are plenty of terminal UI libraries that are actually nice to work with. For Python, there's Textual and PyTermGUI. For Rust, there's ratatui and Cursive (or, if you want something a bit lower level, crosster or termion). For Go, there's bubbletea.
-
Any Good Recommendations for a Tutorial on PyTermGUI?
Hi. So I got bored, and now I'm making an operating system in Python. (Just something to do.) It's a good excuse to work with TUI's, though. Does anyone have a recommendation for a tutorial on PyTermGUI? I read the docs, but they're a bit daunting, and I don't really understand it. Thanks.
Talking about resources, their docs are pretty good and contains some examples too. Documentation: https://ptg.bczsalba.com/pytermgui.html
- Ask HN: Are there any high-level TUI tools?
-
Menus in Python
I suspect that the reason you didn't find much is that usually people need a whole textual user interface (or TUI). And there's quite a few libraries for those, like pytermgui or textual, and some more low-level tools in that area like prompt-toolkit
-
My TUI now automatically downgrades RGB colors to the richest palette available in your terminal!
PyTermGUI, my terminal user interface library has now gained the ability to determine the highest-grade color that can be displayed in the terminal emulator it is running in, so that it can convert anything you would normally not be able to see into a color supported. This calculation is done with human perception of colors and brightness factored in, so it looks surprisingly accurate, even with only 16 colors.
-
PyTermGUI gains the ability to gracefully degrade from RGB to xterm-16color palettes!
My Python-based TUI library, PyTermGUI now has the ability to gracefully degrade any color to the current terminal emulator's capabilities, completely automatically! AFAIK it is one of the first libraries of its kind to gain this feature, as I couldn't really find any implementations of it to base mine from. (That, or I'm just not that great at Google-ing.)
- Show HN: A modular Python TUI framework with a fast and pretty markup language
-
PyTermGUI is getting full in-terminal image support soon!
This specific part of the code is not on GitHub at the moment as there is a lot of experimenting going on, but it will be pushed as the new APIs mature and I clean the code up.
-
A note from our sponsor - Onboard AI
getonboard.dev | 10 Dec 2023
Stats
bczsalba/pytermgui is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pytermgui is Python.