Text race history for yan (imraaann_)

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
17 2024-03-17 22:55:50 74.99 99%
12 2024-03-12 14:16:16 66.10 96.9%