remotes/1693045480750635534/spooky-22
Aevann1 2022-02-22 14:40:43 +02:00
parent 42c9bb87fd
commit 9bfcbce7f7
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,10 @@ import requests
from shutil import copyfile
from json import loads
from collections import Counter
import nltk
nltk.download('words')
from nltk.corpus import words
words = set(WORDLE_LIST) | set(words.words())

View File

@ -11,6 +11,7 @@ gunicorn
lxml
mistletoe
matplotlib
nltk
Pillow
psutil
pyotp