This Python project demonstrates how to draw a heart shape using Turtle Graphics. Turtle Graphics is a simple and intuitive way to introduce programming concepts by drawing shapes and lines on the screen.
- Heart Shape: Uses Turtle Graphics to draw a heart shape on the screen.
- Simple and Fun: Suitable for beginners and anyone interested in visual programming.
- Customizable: Easily customize the size and color of the heart by modifying the code.
To run this project, you need:
- Python (version 3.x recommended)
- Turtle Graphics library (usually included in Python standard library)
- Clone the repository:
git clone https://github.com/logusivam/heart-drawing-python.git
- Navigate to the project directory:
cd heart-drawing-python
- Run the Python script:
python heart.py
- Follow the on-screen instructions to view the heart drawing.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.