☆ Yσɠƚԋσʂ ☆@lemmy.ml to Open Source@lemmy.mlEnglish · 2 days agoTransform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.github.comexternal-linkmessage-square5fedilinkarrow-up144arrow-down12
arrow-up142arrow-down1external-linkTransform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.github.com☆ Yσɠƚԋσʂ ☆@lemmy.ml to Open Source@lemmy.mlEnglish · 2 days agomessage-square5fedilink
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up3·17 hours agoyou have to download the repo and you need python installed, in the project folder you’d run python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt and then you should be able to run python create_map_poster.py --city <city> --country <country> [options]
deleted by creator
you have to download the repo and you need python installed, in the project folder you’d run
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txtand then you should be able to run
python create_map_poster.py --city <city> --country <country> [options]