This repository contains Python scripts for drawing various shapes using the Turtle Graphics module. Turtle graphics is a fun way to introduce programming concepts while creating beautiful designs with simple commands.
- Draw basic shapes like squares, circles, and boxes π¦βͺ
- Create artistic designs like flowers and hearts πΈβ€οΈ
- Easy-to-understand Python scripts for beginners π
Shapes | Description |
---|---|
box |
Draws a simple box |
circle |
Draws a circle |
flower |
Creates a flower design |
heart |
Draws a heart shape |
square |
Draws a square |
To run these scripts, ensure you have Python installed on your system.
1οΈβ£ Clone the repository:
git clone https://github.com/sheikh92areeb/python-graphics.git
2οΈβ£ Navigate to the project folder:
cd python-graphics
3οΈβ£ Run any script:
python box.py
- Python 3.x
- Turtle module (comes pre-installed with Python)
This project is open-source and free to use.
π‘ Contributions are welcome! If you have creative new designs, feel free to submit a pull request. Happy coding! π¨π’
Let me know if you need any changes! π