- Built with:
- numpy
- pygame
- tkinter ( included in standard python )
- numpy
- Navigate to
\files
- Run the following command
pip install -r requirements.txt
- Once the dependencies are installed
Run the file with
python main.py
- Look for included images in
\images
or add your own - Altered images can be saved:
- Name file as desired
- Program automatically adds a
.jpg
extenstion
- 2024/09/26 (1.1)
- Program will crash and exit if no image file is chosen from the dialog box.