Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"htop" style gui with python, how? [closed]

I am intersted in building some text based GUIs, things that look like the terminal, but has functions like selecting rows and performing actions.

You know, things like htop and atop, ex:

atop

htop

Any resource on that?

like image 360
mbilyanov Avatar asked Nov 19 '10 12:11

mbilyanov


1 Answers

You need Uwrid - a console user interface library for Python.

Documentation available on the website.

There is also Curses, which is in the Python standard library.

like image 72
user225312 Avatar answered Oct 16 '22 20:10

user225312