Hello, you could use the argparse module[1] to parse command line arguments and configparser[2] to parse configuration files following the ini file structure. Is that what you are expecting? Cheers [1]: https://docs.python.org/3/library/argparse.html [2]: https://docs.python.org/3/library/configparser.html