Skip to content

2BytesGoat/squaredle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squaredle-solver

It solves squaredle.app without bruteforcing (too much)

img

Disclaimer

This project was made as a coding challenge and should not be used to cheat to become the center of attention at your local scrabble convention.

Thus, I will not upload the entire word dictionary, in order to reduce the number of cheaters.

How to use

# create virutal environment 
python -m venv .venv

# activate environment
.venv/Scripts/activate

# install requirements
pip install -r requirements.txt

# start the script
python main.py

# write down the letters in the squaredle separated by space
example: itib nhih tgng lifk

If you want to terminate the program, drag the cursor to one of the corners of the screen.

About

It solves squaredle.app without bruteforcing (too much)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages