This is an implementation of the Wordle Game in python FLASK
pip3 install virtualenv
virtualenv wordle-clone
source wordle-clone/bin/activate
git clone https://github.com/achintyajha/wordle.git wordle-python
cd wordle-python
pip3 install -r requirements.txt
export FLASK_APP="app.py"
flask run
Open the localhost URL and you are ready to start playing!