Text race history for hobbit (hobbitus)

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 2021-03-11 17:36:41 35.87 93%
2 2021-02-28 19:41:42 34.59 94%
1 2020-12-07 18:04:31 24.39 90%