Make program installable as a command line tool.
Instead of creating a poster with a command like python3 create_map_poster.py -c "London" -C "England" -W 12.8 -H 7.2 -d 20000 -t noir --format SVG this could be done with something like
maptoposter-c "London" -C "England" -W 12.8 -H 7.2 -d 20000 -t noir --format SVG or something like this.
Make program installable as a command line tool.
Instead of creating a poster with a command like
python3 create_map_poster.py -c "London" -C "England" -W 12.8 -H 7.2 -d 20000 -t noir --format SVGthis could be done with something likemaptoposter-c "London" -C "England" -W 12.8 -H 7.2 -d 20000 -t noir --format SVGor something like this.