Skip to content

Input your current game board, and letters, and this tool will provide you with the best possible move!

License

Notifications You must be signed in to change notification settings

elijahsawyers/WordsWithFriendsHelper

Repository files navigation

Words With Friends Helper!

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!

Table of contents

Getting started

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!

Running the app

To run the app, simply run the Flask application.

python dist/app.py

Now visit your localhost in the browser of your choice!

Demo

Checkout the demo below!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

About

Input your current game board, and letters, and this tool will provide you with the best possible move!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published