Map To Poster – Create Art of your favourite city

https://news.ycombinator.com/rss Hits: 3
Summary

Generate beautiful, minimalist map posters for any city in the world. # Iconic grid patterns python create_map_poster.py -c " New York " -C " USA " -t noir -d 12000 # Manhattan grid python create_map_poster.py -c " Barcelona " -C " Spain " -t warm_beige -d 8000 # Eixample district # Waterfront & canals python create_map_poster.py -c " Venice " -C " Italy " -t blueprint -d 4000 # Canal network python create_map_poster.py -c " Amsterdam " -C " Netherlands " -t ocean -d 6000 # Concentric canals python create_map_poster.py -c " Dubai " -C " UAE " -t midnight_blue -d 15000 # Palm & coastline # Radial patterns python create_map_poster.py -c " Paris " -C " France " -t pastel_dream -d 10000 # Haussmann boulevards python create_map_poster.py -c " Moscow " -C " Russia " -t noir -d 12000 # Ring roads # Organic old cities python create_map_poster.py -c " Tokyo " -C " Japan " -t japanese_ink -d 15000 # Dense organic streets python create_map_poster.py -c " Marrakech " -C " Morocco " -t terracotta -d 5000 # Medina maze python create_map_poster.py -c " Rome " -C " Italy " -t warm_beige -d 8000 # Ancient layout # Coastal cities python create_map_poster.py -c " San Francisco " -C " USA " -t sunset -d 10000 # Peninsula grid python create_map_poster.py -c " Sydney " -C " Australia " -t ocean -d 12000 # Harbor city python create_map_poster.py -c " Mumbai " -C " India " -t contrast_zones -d 18000 # Coastal peninsula # River cities python create_map_poster.py -c " London " -C " UK " -t noir -d 15000 # Thames curves python create_map_poster.py -c " Budapest " -C " Hungary " -t copper_patina -d 8000 # Danube split # List available themes python create_map_poster.py --list-themes

First seen: 2026-01-17 11:23

Last seen: 2026-01-17 13:24