Skip to content
Advertisement

Tag: user-interface

Creating A GUI for Editing A Config File Using Python

So, I have a .toml config file and its something like this: I know how to pars the toml file (using it’s module) I want to make a program using python, that let’s other users choose for example the apu mentioned above (between any,nop,sdl,…),meaning the program suggests the options (any,nop,sdl…) and the user can choose whatever option they want. the

Advertisement