forked from piair/MsRewards-Reborn
7 lines
132 B
Python
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())
|