import string from random import * characters = string.ascii_letters + string.punctuation + string.digits password = "".join(choice(characters) for x in range(randint(8, 16))) print password
Game | Time | WPM | Accuracy |
---|---|---|---|
300 | 2025-03-29 12:05:59 | 37.97 | 94% |
291 | 2025-03-29 10:53:12 | 40.01 | 97% |
286 | 2025-03-29 10:40:59 | 38.00 | 97% |
186 | 2025-03-09 18:05:00 | 32.45 | 96% |
177 | 2025-03-09 17:43:21 | 29.69 | 95% |
127 | 2025-03-05 19:23:21 | 32.92 | 98% |
125 | 2025-03-05 19:18:03 | 33.00 | 97% |
122 | 2025-03-05 19:12:18 | 30.12 | 98% |
112 | 2025-03-05 15:55:29 | 27.26 | 95% |
102 | 2025-03-03 17:57:05 | 25.60 | 98% |
95 | 2025-03-03 17:37:26 | 20.61 | 97% |
75 | 2025-02-23 10:13:54 | 33.91 | 97% |
41 | 2025-02-08 16:54:06 | 30.28 | 95% |
29 | 2025-02-02 15:01:18 | 28.02 | 93% |
24 | 2025-01-28 15:15:22 | 24.07 | 93% |
5 | 2025-01-21 15:03:38 | 25.91 | 95.4% |