Text race history for John (john314something)

Back to text analysis page

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
44 2024-12-17 20:27:17 46.17 95.9%
35 2024-12-04 20:27:51 41.39 96.3%
21 2024-11-17 23:30:52 44.98 97.5%
5 2024-10-28 22:56:00 41.10 95%