Files
MsRewards/test.py
2024-02-27 14:52:55 +01:00

7 lines
132 B
Python

from modules.Classes.WordList import WordList
w = WordList("/usr/share/dict/french")
for i in range(100):
print(w.get_word())