Python

Below are some of the Python modules I've written.

properties

Properties is an Python implementation of java.util.Properties. It may have some holes, but has been used in a couple projects with good results.

More...

SendKeys

SendKeys is a Python module for Windows (R) which can be used to send one or more keystrokes or keystroke combinations to the active window.

More...

Winreg

Winreg is an object-oriented wrapper of the _winreg module. It allows for easy access to and manipulation of the Windows Registry, in a consistent manner.

More...