argparse python force user to enter a string in a particular format code example
Example: python argument parser default value
parser.add_argument("-v", "--verbose", action="store_true",
default="your default value", help="verbose output")