Command line graphics in Python -
i trying write simple command line program in windows, doesn't nice. there library generate clis closer guis?
for example:
hello program 1.0 (bar white background) progress bar: (bar green background in windows os) labels... cancel (button blue background) ok (button blue background)
i wasn't able find solution on internet, yet. don't want make real graphic window, want use command line.
you cannot achieve goal of placing graphical elements on command line. whether or not programming windows or linux, command line (cli) applications can make use of broad elements, escape sequences create bold, blink, , on , crude areas on screen data can entered.
you can map control keys provided have right cli library or toolkit, , can prompt users
"do want run program again (y/n) ?"
and if answer 'n', program exits.
i search links given in various comments on op , 1 of answers see how program in curses.
Comments
Post a Comment