Skip to content

adamkerz/winreglib

Repository files navigation

winreglib

A Pathlib style object oriented interface to the Windows Registry

Examples:

from winreglib import RegPath
p=RegPath(r'HKLM\Software')
for k in p.subkeys():
    print(k.name)
    k.value('test').set('apples')

About

Pathlib equivalent for the Windows registry

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages