Text race history for silver (gr0ff)

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
91 2024-02-15 04:56:43 81.73 97.3%
74 2024-02-13 07:54:34 99.32 100%
14 2023-08-10 06:04:46 90.37 99%