Install python libraries
python3 -m pip install -r requirements.txt
Puzzle image files are available here
-
First download the example images here
-
Install the requirements for this project
python3 -m pip install -r requirements.txt
-
In app.py line 29, change the directory to the digital_puzzles folder
puzzle_data_folder = "puzzle_data/digital_puzzles"
-
Run app.py. The website should be available at 127.0.0.1:5000
Currently not all images works. Sometimes a error window will occur. In that case just go back to 127.0.0.1:5000