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

https://github.com/enoobis/auto-drawing

automatic image drawing
https://github.com/enoobis/auto-drawing

Last synced: 4 months ago
JSON representation

automatic image drawing

Awesome Lists containing this project

README

          

# auto-drawing
automatic image drawing

![image](https://user-images.githubusercontent.com/62465404/231391333-4f526626-8cd4-4293-a4a7-3629007cc56b.png)

## Prerequisites

To run this program, you need to have Python 3 installed on your computer. You also need to have the Python Turtle Graphics module and the Pillow module installed. You can install them using the following command:
```
pip install turtle pillow
```

## Running the program

To run the program, simply run the `main.py` file using Python. The program will automatically create the abstract art image and save it as `abstract_lava.png` in the same directory.