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
- Host: GitHub
- URL: https://github.com/enoobis/auto-drawing
- Owner: enoobis
- Created: 2023-04-12T07:56:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T08:46:57.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:48.431Z (8 months ago)
- Language: Python
- Size: 37.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-drawing
automatic image drawing
## 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.