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! π
- Host: GitHub
- URL: https://github.com/sheikh92areeb/python-graphics
- Owner: sheikh92areeb
- License: mit
- Created: 2025-01-26T09:09:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T10:43:54.000Z (3 months ago)
- Last Synced: 2025-02-15T11:29:02.154Z (3 months ago)
- Topics: drawing, graphics, python, python-graphics, shapes, turtle-graphics
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! π