Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/python_graphics
Fun cool designs using python
https://github.com/arun2002k/python_graphics
python3 turtle-graphics
Last synced: about 1 month ago
JSON representation
Fun cool designs using python
- Host: GitHub
- URL: https://github.com/arun2002k/python_graphics
- Owner: arun2002k
- Created: 2023-09-28T09:47:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:35:05.000Z (about 1 year ago)
- Last Synced: 2023-11-19T16:43:57.089Z (about 1 year ago)
- Topics: python3, turtle-graphics
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_graphics
These are some python graphics design made using turtle module. spisquare -> Square pattern in a spiral design.## Installation
Install graphics python package with pip command in terminal
```bash
pip install turtle
```
## Running TestsTo run tests, run the following command
```bash
Python spisquare.py
```