uggly VS textual

Compare uggly vs textual and see what are their differences.

uggly

framework for TUI client and server (by rendicott)

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. (by Textualize)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
uggly textual
2 149
5 23,495
- 2.0%
0.0 9.9
almost 2 years ago 1 day ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

uggly

Posts with mentions or reviews of uggly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • The Gemini protocol as seen by curl maintainer
    5 projects | news.ycombinator.com | 28 May 2023
    I first came across Gemini after making my own HTTP alternative TUI-over-the-wire protocol (uggly)[1].

    Gemini has the same motives as I had when I started, but I didn't switch to it for all the same criticisms that are mentioned in the article (e.g. TOFU, no visualization support, no stream/data support, no cookies for login support, etc).

    I'm really glad to see that the desire for a simpler protocol is still going strong though.

    [1] - https://github.com/rendicott/uggly

  • TUI in webapp design language(CSS) and pattern(check the demo, it’s next level)
    8 projects | news.ycombinator.com | 24 Apr 2022
    I'm actually working on this. Component based over the wire TUI system. It's in a decent alpha state but I want to code and host some more sample sites before I start sharing a ton.

    Protocol: https://github.com/rendicott/uggly

    Client with gif demo: https://github.com/rendicott/uggly-client

textual

Posts with mentions or reviews of textual. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-05.

What are some alternatives?

When comparing uggly and textual you can also consider the following projects:

awesome-gemini - A collection of awesome things regarding the gemini protocol ecosystem.

pytermgui - Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!

cxt - text markup for civilization

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

urwid - Console user interface library for Python (official repo)

asciimatics - A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations

npyscreen - Automatically exported from code.google.com/p/npyscreen

bubbletea - A powerful little TUI framework 🏗

nicegui - Create web-based user interfaces with Python. The nice way.

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.