0
PyQt5 Question!!
Hi! So, I have a PyQt5 script, and I'm trying to replicate the game "Simon". Now, how would I do this: 1) Color turns black 2) Pause (1s) 3) Color turns back to the original I've tried time.sleep() and Qt's built in sleep, and now I just don't know what I can do. Thanks in advance!
1 Answer
+ 2
Very late answer, do you still need a solution ?