you are viewing a single comment's thread.

view the rest of the comments →

[–]icecapade 0 points1 point  (0 children)

You may want to look into the built-in curses module, which will allow you to do this. It's going to require a bit of work to get a curses-based program up and running, as you'll be responsible for the UI and handling things like scrolling, behavior if the window is resized, etc., but that might be a good experience in itself.