Skip to content

An image based puzzle solver application with a browser based GUI built in python.

License

Notifications You must be signed in to change notification settings

lgehring/unpuzzler

Repository files navigation

Unpuzzler

Quickstart

Install python libraries

python3 -m pip install -r requirements.txt

Puzzle image files are available here

Run GUI

  1. First download the example images here

  2. Install the requirements for this project

    python3 -m pip install -r requirements.txt

  3. In app.py line 29, change the directory to the digital_puzzles folder

    puzzle_data_folder = "puzzle_data/digital_puzzles"

  4. Run app.py. The website should be available at 127.0.0.1:5000

Notes

Currently not all images works. Sometimes a error window will occur. In that case just go back to 127.0.0.1:5000

About

An image based puzzle solver application with a browser based GUI built in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •