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 |
---|---|---|---|
222 | 2025-05-12 18:58:08 | 65.21 | 96% |
215 | 2025-05-09 17:42:33 | 67.65 | 96% |
198 | 2025-05-05 15:57:08 | 68.48 | 97% |
192 | 2025-05-03 22:01:12 | 66.19 | 96% |
176 | 2025-05-02 12:23:29 | 62.36 | 94% |
168 | 2025-05-02 12:14:19 | 70.42 | 96% |
132 | 2025-04-19 18:30:25 | 70.33 | 96% |
121 | 2025-04-19 13:05:11 | 74.05 | 98% |
119 | 2025-04-19 13:03:21 | 74.52 | 98% |
112 | 2025-04-18 22:13:13 | 62.63 | 96% |
100 | 2025-04-18 21:56:05 | 64.48 | 97% |
94 | 2025-04-18 18:50:46 | 57.05 | 95% |
62 | 2025-04-15 22:03:22 | 62.54 | 96% |
50 | 2025-04-14 15:32:06 | 60.32 | 96% |
32 | 2025-04-12 16:22:37 | 63.65 | 97% |
20 | 2025-04-08 20:01:02 | 58.36 | 95% |