maptoposter is a code-driven poster generator that turns any city into a minimalist, print-style map artwork with consistent typography and themed color palettes. It is built around a simple command-line flow where you pass a city and country, and the tool fetches the relevant map geometry and renders it into a clean composition that looks like a design product rather than a raw GIS export. The repository includes a library of predefined themes that change the overall look (for example, blueprint-like styling, warm neutrals, or high-contrast variants), making it easy to produce multiple aesthetic directions without rewriting code. It is structured as a reproducible Python project with a clear install story and an emphasis on “run it once and get a finished poster” ergonomics. The output is designed to be visually striking and consistent across cities, which is useful for gifting, decor, or generating a catalog of posters programmatically.
Features
- CLI-driven poster generation from city and country inputs
- Minimalist cartographic rendering suitable for print-style posters
- Built-in theme library for multiple visual aesthetics
- Reproducible Python project setup and dependency management
- Produces consistent typography and layout across different cities
- Scriptable workflow that supports generating many posters quickly