A simple config reader to read config files.
- Read config files such as .ini files
- Set a custom variable to split the config with such as = or :
- Converting the config to a python dictionary
Step 1: Install the repository by cloning it
Step 2: Drag the ConfigReader.py in to the same directory as your script.
Step 3: Open your prefered python editor
Step 4:
import ConfigReader
config = ConfigReader.ConfigReader().readfile("config.ini")