Text race history for Alvaro Moyata (tocsky)

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
62 2025-06-27 00:57:50 30.39 93%
46 2025-06-21 01:31:48 31.79 93%
27 2025-06-06 01:40:03 28.67 97.1%
19 2025-06-02 00:28:33 26.68 94.3%