Metadata-Version: 1.1
Name: guippy
Version: 0.1.1
Summary: Control the Windows GUI
Home-page: https://bitbucket.org/tak_esxima/guippy
Author: tak.esxima
Author-email: tak.esxima@gmail.com
License: UNKNOWN
Download-URL: https://bitbucket.org/tak_esxima/guippy/get/6635a55503f0.zip
Description: Graphical User Interfaces Procedures for PYthon.
        
         The guippy emulate various operations of computer users. It provides the
        ability for emulate keyboards, mouses, window system, and clipboards. By using
        this, you can run your computer automatically.
        
         This is a Pyhon 3rd party library. Written in pure Python. You need to Python
        programming, but it is very easy to use. And you can easily and safely install.
        
        example.
        
           >>> import guippy
           >>> gp = guippy.Guippy()
           >>> gp.catch()
           >>> gp.punch()
        
        
        Let's get started.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License Version 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Officee/Business
