The unpuzzler.py
solves jigsaw puzzles.
Inspired by StuffMadeHere's YouTube videos:
And also by other similar projects:
- https://github.com/MaximTerleev/Jigsaw-Puzzle-AI
- https://towardsdatascience.com/b4bdb53d8686
- https://github.com/Kawaboongawa/Zolver
- https://www.reddit.com/r/StuffMadeHere/comments/wf2isn/
The data/
directory contains the piecemaker challenge from the
CrySyS Security Challenge 2022.
virtualenv venv
pip install -r requirements.txt
source venv/bin/activate
./unpuzzler.py --help
- Refactor logging to use the logging library instead of prints.