Text race history for Venky (venkyiiit)

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
6 2024-09-16 12:11:32 41.31 94%
3 2024-07-19 14:33:36 42.29 94.3%