I'm doing a Ascii module. So I want to make a load bar that update every seconds. But with "os.system('cls')", it's blinking the screen. So what can I do ?
os.system('cls')
sys.stdout.write(string)
I'm doing a Ascii module. So I want to make a load bar that update every seconds. But with "os.system('cls')", it's blinking the screen. So what can I do ?
os.system('cls')
sys.stdout.write(string)