It's possible to build a simple Python CLI weather app in a weekend using geopy, requests, and the NWS JSON API. Use geopy's ...
argparse requires to create subparsers first and then add the subcommands to the subparsers. argx allows to add subcommands directly to the main parser. If you have a lot of arguments, the help ...