Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 814 Bytes

File metadata and controls

29 lines (20 loc) · 814 Bytes

Space Image Generator

Space image generator written in Python. This is a classic collaboration project where ChatGPT coded most of it, and I quality tested it and provided constructive feedback. No real purpose, just for fun.

Example Images

Example Image 1 Example Image 2 Example Image 3 Example Image 4

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

python3 generate.py # generates 1 image

python3 generate.py --num 10 # generates 10 images

Contributing

Pull requests are welcome. It's awesome if you have ideas that make the images more unique and spectacular.