Skip to content

achntj/wordle

Repository files navigation

This is an implementation of the Wordle Game in python FLASK

5 minute setup -->

    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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published