MsRewards-Reborn/test.py

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())