Cardtool.ini [portable]

> 1 Enter new language code: es_ES [CardTool] Configuration saved to cardtool.ini

Here is the complete backend logic to manage this file. This class handles the creation, reading, and saving of the configuration. cardtool.ini

[General] Language=en_US CheckUpdates=true LogLevel=2 ; 0=None, 1=Error, 2=Info, 3=Debug > 1 Enter new language code: es_ES [CardTool]

# Modify a value tool_config.set_value('General', 'Language', 'fr_FR') tool_config.save() 3=Debug # Modify a value tool_config.set_value('General'