I have been working on pywinauto for about 4 and a half years now and its not really moving in any direction. I make small tweaks here and there and make releases from time to time - but nothing major.
This was the first open source project that I released and I think maybe I was a little over-enthusiastic :). I had hoped that I would be using it myself, I also wished it to be functional and easy enough thatthat it could replace expensive commercial software with similar functionality (but with their own annoying languages). But I am no longer working with said software and my main focus went to other things.
I believe now that pywinauto should be split. There is at least 1 small library (and probobaly more) that should be freed from the overall project.
- Get information from windows controls (Maybe of the questions on the pywinauto list is how to get the values from text boxes, etc.)
- A library for automating Windows, not an auotmation framework/language - a library. Meaning that it is up to the user to delay between clicks for windows to open/close. It is up to the user how they want to select controls.
- SendKeysCtypes (I re-wrote Python SendKeys so that it would support Unicode and not need to be compiled (uses Ctypes). This is more or less ready to release - I just haven't gotten around to doing that :(. (if you need it - grab it from Pywinauto SVN)
- pywinauto - which would use these previous components but would be much smaller itself, it would work as it does now, trying to help the user as much as possible in not having to worry about timing issues.
Seeing as it turned out that
*I* don't really need an automation library/toolkit - it would be great to get some help with some of this work.
Other directions I am thinking of are providing modules so that pywinauto (or the gui automation libarary) can work as an almost direct replacement of things like
AutoHotkey or
AutoIT or use a similar API as
LDTP.
I also need to fix the Pywinauto web presence - which is amazingly scattered - but this post is already long enough.