An open API service indexing awesome lists of open source software.

https://github.com/sheikh92areeb/python-graphics

A collection of Python scripts that use the Turtle Graphics module to draw various shapes Perfect for beginners to learn Python and creative coding! πŸš€
https://github.com/sheikh92areeb/python-graphics

drawing graphics python python-graphics shapes turtle-graphics

Last synced: about 2 months ago
JSON representation

A collection of Python scripts that use the Turtle Graphics module to draw various shapes Perfect for beginners to learn Python and creative coding! πŸš€

Awesome Lists containing this project

README

        

# 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:
```bash
git clone https://github.com/sheikh92areeb/python-graphics.git
```
2️⃣ Navigate to the project folder:
```bash
cd python-graphics
```
3️⃣ Run any script:
```bash
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! πŸš€