We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6983f0 commit e48a206Copy full SHA for e48a206
introd.py
@@ -113,7 +113,7 @@ def intro():
113
playsound('.\\sounds\\normaldone.mp3', block=False)
114
for caracter in cadena:
115
sayshort(str(caracter))
116
- sayshort("\033[2;15f." + "\033[2;16f." + "\033[2;17f." + "\033[2;18f." + "\033[2;19f." + "\033[2;20f." + "\033[2;21f." + "\033[2;22f." + "\033[2;23." + "\033[2;24f." + "\033[2;25f." + "\033[2;26f." + sr + "[" + gr + "DONE" + sr + "]\n")
+ sayshort("\033[2;15f." + "\033[2;16f." + "\033[2;17f." + "\033[2;18f." + "\033[2;19f." + "\033[2;20f." + "\033[2;21f." + "\033[2;22f." + "\033[2;23f." + "\033[2;24f." + "\033[2;25f." + "\033[2;26f." + sr + "[" + gr + "DONE" + sr + "]\n")
117
offline = False
118
time.sleep(2)
119
if platform.system() == "Linux":
0 commit comments