30 October 2004 0 comments Python, Linux
This blog post is 18 years old! Most likely, its content is outdated. Especially if it's technical.
"Urwid is a curses-based UI/widget library for Python. It features fluid interface resizing, multiple text layout options, simple markup for attributes, powerful scrolling list boxes and flexible edit boxes."
I've been looking for something like this for a long time. See the screenshots to get an idea of what a curses-based UI is.
This fits perfectly for simple apps where wxPython is too much and cli too little. Surely, one nice thing is that you can monitor stuff without having to write to stdout on a new line each time.
There is onyl reference manual but no how-tos or tutorials. Hopefully I'll be able to use the examples they've provided.
- Previous:
- Massrenaming with shell and python 28 October 2004
- Next:
- City & Islington kung fu charity event 31 October 2004
- Related by category:
- Best practice with retries with requests 19 April 2017 Python
- How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 28 September 2019 Python
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Python
- Interesting float/int casting in Python 25 April 2006 Python
- Linux tip: du --max-depth=1 27 September 2007 Linux
- Related by keyword:
- Use vars() to send an argparse Namespace into a function in Python 8 January 2019
- function expandFiles(directoriesPatternsOrFiles) 15 August 2019