Closed gonuke closed 5 years ago
argparse is a standard python module that provides a robust and flexible way to provide command-line arguments. Introduce it to the script to allow the user to specify the filename on the command-line.
These changes should be made to generate_stats.py since that is the tool that the user will actually run.
generate_stats.py
argparse is a standard python module that provides a robust and flexible way to provide command-line arguments. Introduce it to the script to allow the user to specify the filename on the command-line.