I have created a small Python GUI for controlling the I2C pins of my MCU board. Now I want to try and save the settings of this GUI into a config file, so that the file settings could be changed based on the MCU being used.
I have no idea how to create a config file. I tried to looking into links on how to create and use a config file (e.g. ConfigParse
), but could not understand much. Can somebody please help me out?
I am using Python 3.4 on Windows 7.