Configuration

The configuration file is named config.ini and is located in sub directory vocabuilder inside directory user_config_dir as defined by the platformdirs package.

Note

You can open the config file by selecting File -> Edit config file from the menu in the main window.

The syntax is described in the documentation for the configparser module in the Python standard library.

By adding values to the config file you can change things like:

  • Window and dialog sizes,

  • font sizes,

  • font colors,

  • firebase configuration,

  • other platform specific behaviors.

See the default config file default_config.ini for the currently supported options and their default values.