Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.42 KB

Python Graphics 🎨🐍

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.

🚀 Features

  • Draw basic shapes like squares, circles, and boxes 📦⚪
  • Create artistic designs like flowers and hearts 🌸❤️
  • Easy-to-understand Python scripts for beginners 🐍

📂 Files Included

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

🛠 Installation

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  

📌 Requirements

  • Python 3.x
  • Turtle module (comes pre-installed with Python)

📜 License

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! 🚀