Skip to content

adamkerz/winreglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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