Showing posts with label TUI. Show all posts
Showing posts with label TUI. Show all posts

Wednesday, 28 January 2026

Various Python Text UI Options

We have covered Textual in an earlier post.  Some other frameworks to build text UIs in Python include:

  • Curses - a wrapper around Unix ncurses
  • Rich - rich text formatting in the terminal