Аналог QSettings

есть ли аналог QSettings во встроенных средствах python для записи параметров в реестр Windows? сейчас пользуюсь только Tkinter...


Ответы (1 шт):

Автор решения: Victor VosMottor thanks Monica

WinReg :

These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the programmer neglects to explicitly close them.

→ Ссылка