☆ 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-up161cross-posted to: opensource@programming.dev
arrow-up161external-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-square5fedilinkcross-posted to: opensource@programming.dev
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up3·1 day 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]
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]