{ "info": { "author": "Gaurav Ghosal", "author_email": "gauravrghosal@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Desktop Environment", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System", "Topic :: Utilities" ], "description": "This is a simple module allowing python windows developers a simple interface to the User32 mouse control functions!This module exports a Mouse class which provides an object oriented way of controlling the Windows mouse.\nTutorial::\n\n >>>a=Mouse()#Creates a mouse object\n >>>a.left_click()#Left clicks\n >>>a.right_down()#Presses down the right mouse button\n >>>a.move_mouse(30, 22)#Moves mouse to (30, 22)\n >>>a.get_mouse_pos()\n (30, 22)#If the mouse has not been moved\n\nIt is very simple and easy to work with", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "Windows,Mouse,User32", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "PyWinMouse", "package_url": "https://pypi.org/project/PyWinMouse/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyWinMouse/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/PyWinMouse/1.0/", "requires_dist": null, "requires_python": null, "summary": "Python Windows Mouse Utilities", "version": "1.0" }, "last_serial": 1231759, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "606cfa727b5b7fde6e6c1198077608a5", "sha256": "d3afd0d5289f138207961c856dd0bc7ea634408f22992d533b3e27b4d91e1586" }, "downloads": -1, "filename": "PyWinMouse-1.0.win32.exe", "has_sig": false, "md5_digest": "606cfa727b5b7fde6e6c1198077608a5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 193791, "upload_time": "2014-09-20T19:03:56", "url": "https://files.pythonhosted.org/packages/6f/5c/b4e4eb4fa7f076c972869b8ea6963cd08dffe731c0c3a0f54f2e6e35caa2/PyWinMouse-1.0.win32.exe" }, { "comment_text": "", "digests": { "md5": "46699f88f5e48ad40096f4ef9d0e2cc3", "sha256": "40fd3917d9aabf884c1001b5694ad0945293c8e28b9aa2691f8ec654e5c81f6d" }, "downloads": -1, "filename": "PyWinMouse-1.0.zip", "has_sig": false, "md5_digest": "46699f88f5e48ad40096f4ef9d0e2cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2885, "upload_time": "2014-09-20T19:03:31", "url": "https://files.pythonhosted.org/packages/f6/5d/c1c5aaf57e4680471e089a404378910fc6e01510b71b3613674422865a47/PyWinMouse-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "606cfa727b5b7fde6e6c1198077608a5", "sha256": "d3afd0d5289f138207961c856dd0bc7ea634408f22992d533b3e27b4d91e1586" }, "downloads": -1, "filename": "PyWinMouse-1.0.win32.exe", "has_sig": false, "md5_digest": "606cfa727b5b7fde6e6c1198077608a5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 193791, "upload_time": "2014-09-20T19:03:56", "url": "https://files.pythonhosted.org/packages/6f/5c/b4e4eb4fa7f076c972869b8ea6963cd08dffe731c0c3a0f54f2e6e35caa2/PyWinMouse-1.0.win32.exe" }, { "comment_text": "", "digests": { "md5": "46699f88f5e48ad40096f4ef9d0e2cc3", "sha256": "40fd3917d9aabf884c1001b5694ad0945293c8e28b9aa2691f8ec654e5c81f6d" }, "downloads": -1, "filename": "PyWinMouse-1.0.zip", "has_sig": false, "md5_digest": "46699f88f5e48ad40096f4ef9d0e2cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2885, "upload_time": "2014-09-20T19:03:31", "url": "https://files.pythonhosted.org/packages/f6/5d/c1c5aaf57e4680471e089a404378910fc6e01510b71b3613674422865a47/PyWinMouse-1.0.zip" } ] }