Skip to content

yaddayaddayaddayadda/WordFraud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordFraud

A simple script that guides you to victory at Wordfeud.

Built on various CNNs to transcribe the board and greedily search for the highest scoring word in the next round.

Currently only supports Swedish and iPhone 13/14. The solver script is however easily modifiable for any language and any device, as all you have to do is change the dictionary (as of writing this is SAOL_AUGMENTED.txt) and scale the input image accordingly.

Usage

Install the required modules by running the following command:

pip install -r requirements.txt

Then run the solver script using a screenshot YourScreenshot of the board:

python solver.py YourScreenshot

Optionally you can provide a parameter --N to include the top N highest scoring words. This is useful since sometimes the highest scoring word is not in Wordfeud's dictionary.

Example

Highest scoring word is VALKNUT

About

A simple script that guides you to victory at Wordfeud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published