0

I am simply trying to create a program where you type stuff as fast as you can. So, in this example, the goal is to have somebody type the alphabet as fast as they can. I just don't know how you would keep time whilst having them type specific characters. Thanks.

example: https://www.speedtypingonline.com/games/type-the-alphabet.php

AMC
  • 2,642
  • 7
  • 13
  • 35
guille
  • 9
  • 2
    Record the time they start, and subtract the current time from that when they're done to get the time elapsed. – martineau Mar 25 '20 at 22:14
  • Did you check this question out? https://stackoverflow.com/questions/24072790/detect-key-press-in-python It has the same kinda question – applesomthing Mar 25 '20 at 23:44
  • Please clarify what exactly the issue is. See [ask], [help/on-topic]. – AMC Mar 26 '20 at 01:02

0 Answers0