Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CLI modules
#2
I won't answer the question because I've never written a sophisticated program or a game directly with the curses library and my attempts to do so go back to the 1990's, but if you only want terminal based GUIs to interact nicely with ordinary programs (as opposed to games), an excellent choice is pythondialog. I use it for several programs, it works very well and it also works across ssh, thus allowing to interact with remote programs. Another library to consider is Urwid. Both of these high level libraries are much simpler to use than the full low level ncurses library although of course they don't have the same potential.
Reply


Messages In This Thread
CLI modules - by AlluminumFoil - Feb-26-2020, 06:27 PM
RE: Good curses information/tutorials? - by Gribouillis - Feb-26-2020, 10:56 PM
RE: CLI modules - by ndc85430 - Mar-09-2020, 06:57 PM
RE: CLI modules - by buran - Mar-09-2020, 07:00 PM
RE: CLI modules - by AlluminumFoil - Mar-10-2020, 04:49 PM
RE: CLI modules - by wavic - Mar-10-2020, 03:32 PM
CLI modules. - by AlluminumFoil - Mar-09-2020, 05:49 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020