Learn how to add a configuration file to your project fast using Pythons core ConfigParser library.
These source files go along with the tutorial. You are free to use them as you like.
All the ConfigParser commands and many others are available on the Python SpeedSheet here:
SpeedSheet:
[https://speedsheet.io/s/python]
ConfigParser Section:
[https://speedsheet.io/s/python?search=configparser]
python3 setup.py create
Creates all the test data files needed to run the source code.
python3 setup.py remove
Removes all the test data files from your system.