Relative Content

Tag Archive for pythontimercountdown

Python typing game – Countdown timer that exits program after given time

I am trying to build a rough typing game for a school project. I tried using threading method(which I only know a tiny bit of) to make the timer run simultaneously with input. The idea is to stop the typing game once the timer is up. Maybe there can be alternative solution that does not involve the use of threading which can allow typing and counting down at the same time?