Author: Tomas Bosek
Contact: bosektom@gmail.com
Licence: MIT

-----------------------------------------

PyDDIY is IronPython 2.7 wrapper module for C# library DDIY.
Currently only IronPython 2.7 & Windows support.

DDIY Project can be found at: [DDIY](https://github.com/Bosek/DDIY)
PyDDIY at: [PyDDIY](https://github.com/Bosek/PyDDIY)

-----------------------------------------

Features:
 - Simulates user keyboard and mouse input
 - Basic clipboard text handling(set and get)
 - A few simple WinAPI calls(focus window, get window rectangle)
 - Image processing: can find image template in image / on screen

-----------------------------------------

Since it is very easy to use, I won't write any documentation ATM. Just see docstrings(you can use pydoc) in
each file(there are a few files).