This is a program that will generate a slide puzzle based on an image description.
The code uses the beautifulsoup api to get images from a google image search of the description the user inputs. From there it will shuffle the tiles around and make a slide puzzle with that image
- Install python and pip
- CD into the project directory and run pip install -r requirements.txt
- Execute the main.py script
- Input the description of the image you want a slide puzzle for
- Enjoy!
Thank you for checking out my project! -Will