Weblog Entries for Monday, June 15, 2003

I've just released SendKeys [1] module 0.3 for Python. 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.

It's been a little while in coming, as I started it roughly 6 or 7 weeks ago, but it's already been through a few iterations. First, I wrote the low-level win32 code, using ctypes [2]. Second, I wrote a Python extension module using Pyrex [3], instead of ctypes . Lastly, I re-wrote the extension module in c.

[1]http://www.rutherfurd.net/python/sendkeys/
[2]http://starship.python.net/crew/theller/ctypes.html
[3]http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

Saved Sunday, June 15, 2003 at 08:10 AM

View June, 2003, latest entries, or archive <../../../archive.html>