Text race history for icebox (flsf)

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
30 2019-04-29 18:56:10 81.59 97%
18 2019-04-28 16:12:52 71.11 97%
2 2019-04-28 02:37:48 82.01 99%