https://github.com/enoobis/snowflake-generator
This script generates 6000 images of snowflakes using the Python imaging library (PIL).
https://github.com/enoobis/snowflake-generator
art-gallery art-generator random-art
Last synced: 6 months ago
JSON representation
This script generates 6000 images of snowflakes using the Python imaging library (PIL).
- Host: GitHub
- URL: https://github.com/enoobis/snowflake-generator
- Owner: enoobis
- License: mit
- Created: 2023-01-01T12:08:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T15:58:30.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:43.850Z (8 months ago)
- Topics: art-gallery, art-generator, random-art
- Language: Python
- Homepage:
- Size: 74.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Snowflake Generator
This script generates a sequence of 6000 images of snowflakes using the Python imaging library (PIL).
## Requirements
- Python 3
- PIL module## Usage
1. Clone the repository to your local machine.
2. Run the script using `python snowflake_generator.py`
3. The generated snowflake images will be saved in the "images" directory.## Customization
The size of the snowflakes and the canvas can be modified by changing the values of the `img` and `idraw` variables in the script. The number of snowflakes generated can be modified by changing the value of the `range` function in the for loop at the beginning of the script.