cfg

How to properly read and write .cfg files through python

How to properly read and write .cfg files through python Question: I need help with reading and writing to .cfg files in Python. The .cfg files that I want to read and write have a specific format which cannot be changed. An example .cfg file: [META] title = "Xxxx xxxx" creator = "xxx" artist = …

Total answers: 2