A simple desktop application built with Python and Tkinter that lets users cycle through animal images with a button click. I created this project to learn the fundamentals of GUI development with Python and Tkinter.
- Switch between multiple animal images
- Dynamic button text
- Hover effects
- Custom application icon
- Pink themed interface
- Packaged as a standalone windows executable using PyInstaller
- Python
- Tkinter
- Pillow
- Working with Tkinter widgets
- Loading and resizing images with Pillow
- Event handling with button clicks and hover effects
- Managing application state using variables
- Packaging Python applications into exectuables
pip install pillow
py animal_switcher.py