Digit Password Wordlist Exclusive — 8

for i in range(100000000): print(f"{i:08}") However, running this script would output directly to the console, and storing it into a file: