⚠️ Note: This is a modified version of the original project by originalankur.What's new in this fork? I added the
--show-pointfeature. This optional argument places a marker at the exact center coordinates of the map, allowing you to pinpoint a specific location on the poster.
Generate beautiful, minimalist map posters for any city in the world.
Make sure uv is installed. Running the script by prepending uv run automatically creates and manages a virtual environment.
# First run will automatically install dependencies uv run ./create_map_poster.py --city "Paris" --country "France" # Or sync dependencies explicitly first (using locked versions) uv sync --locked uv run ./create_map_poster.py --city "Paris" --country "France"
