Boy Buying Flowers
Description
- Boy Buying Flowers is a Python GUI application built using the tkinter library.
- This project presents a simple visual story through three different scenes that illustrate a boy buying flowers.
- Users can click the "Next" button to transition through each scene, showcasing
- animations of a car, a flower shop, and the boy holding a flower.
Features
- Uses tkinter to create a user-friendly graphical interface.
- Includes three different scenes that users can navigate through using the "Next" button.
- Uses tkinter canvas to draw shapes like cars, figures, and flowers, creating a simple animation.
Technologies Used
- Programming Language: Python
- Library: tkinter for GUI development
License
- This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
- Inspired by the idea of creating simple interactive stories using Python and tkinter.