Skip to content

GuilhemF/maptoposter

 
 

Repository files navigation

City Map Poster Generator (Fork)

⚠️ Note: This is a modified version of the original project by originalankur.

What's new in this fork? I added the --show-point feature. 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.

Installation

With uv (Recommended)

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"

About

Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.2%
  • Shell 7.8%