Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Tests

To run tests, run the following command

```bash
Python spisquare.py
```