Input your current game board, and letters, and this tool will provide you with the best possible move!
Tired of losing at Words with Friends? Me too! This tool will allow you to finally beat your opponents in Words with Friends!
Clone the repository, and change your cwd.
git clone https://github.com/elijahsawyers/WordsWithFriendsHelper.git
cd WordsWithFriendsHelper
Setup a virtual environment, and activate it.
python -m venv venv
. venv/bin/activate
Install the project dependencies using npm and pip.
npm install
pip install -r requirements.txt
Build the project using gulp.
gulp
You now have a distribution folder built, and you're ready to run the application!
To run the app, simply run the Flask application.
python dist/app.py
Now visit your localhost in the browser of your choice!
Checkout the demo below!
This project is licensed under the MIT License - see the LICENSE file for details.