redblobgames / Python-world-gen

A python worldgen project

Repository from Github https://github.comredblobgames/Python-world-genRepository from Github https://github.comredblobgames/Python-world-gen

Python-world-gen

An experimental python worldgen toy.

screenshot of main ui

screenshot of face generator

Either run:

mkdir -p generated
virtualenv venv -p python3
source venv/bin/activate
pip install numpy Pillow scipy matplotlib
python src_mapgenmain.py

or

mkdir -p generated
uv run --with numpy,Pillow,scipy,matplotlib src_mapgenmain.py

On Mac, if you're using Homebrew Python, you will need tk. Run brew install python-tk.

About

A python worldgen project

License:MIT License


Languages

Language:Python 100.0%