how to make text blink in python 3
I am making an app, but I need the "press enter to continue..." to blink in the app.
HappyFakeboulde
you'd use the termcolor
module or something
I am making an app, but I need the "press enter to continue..." to blink in the app.
you'd use the termcolor
module or something
You can use term color probably, here a link to it: https://pypi.org/project/termcolor/
If this was helpful up-vote it please.