Metadata-Version: 1.1
Name: PyDDIY
Version: 0.4.2.1
Summary: IronPython DDIY.dll wrapper.
Home-page: https://github.com/Bosek/PyDDIY
Author: Tomas Bosek
Author-email: bosektom@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Bosek/PyDDIY
Description: 
        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).
        
Keywords: image processing,user input,ironpython,automatization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C#
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: IronPython
