I made a library for making user terminal input really really pretty!

This page summarizes the projects mentioned and recommended in the original post on /r/Python

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • survey

    A simple library for creating beautiful interactive prompts. (by Exahilosys)

  • I was inspired by the github cli! There 0 dependencies and everything is done natively in the terminal (without ncurses and the like). Can be found here: https://github.com/Exahilosys/survey

  • gum

    A tool for glamorous shell scripts 🎀

  • Instantly reminded me of https://github.com/charmbracelet/gum. Maybe you can take inspiration from there (NodeJS so can't steal much code).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rich

    Rich is a Python library for rich text and beautiful formatting in the terminal.

  • You might consider taking inspiration from the rich module. In particular, I like how rich supports inline color theming which seems much more cumbersome in your framework, requiring the use of context managers as well as familiarity with how your framework structures color objects. Other than that though, I'm impressed!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Neat Parallel Output in Python

    3 projects | news.ycombinator.com | 25 Feb 2024
  • Search stack exchange in your terminal!

    3 projects | /r/Python | 15 Jul 2022
  • PyTermGUI gains the ability to gracefully degrade from RGB to xterm-16color palettes!

    3 projects | /r/commandline | 21 Mar 2022
  • Progress bars

    2 projects | /r/learnpython | 8 Oct 2021
  • CLI UI library similar to BubbleTea

    3 projects | /r/Python | 28 Sep 2021