Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 460 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 460 Bytes

Python_Configuration_Parser

The following scripts demonstrate the use of the Python module ‘configparser’ used for Configuration File Parsing. configparser — Configuration file parser. This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files.
You can use this to write Python programs which can be customized by end users easily.