Skip to content

redblobgames/Python-world-gen

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%