{ "info": { "author": "Lonami Exo", "author_email": "totufals@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Communications :: Chat" ], "description": "ait\n===\n\nAutomate it with Python.\n\nWhat is this?\n-------------\n\nThis Python 3 package aims to help you automate several GUI actions\neasily through Python, like clicking, moving the mouse around, using\nthe keyboard, etc.\n\nHow does it look like?\n----------------------\n\n.. code-block:: python\n\n import ait\n\n # Click wherever the mouse is\n ait.click()\n\n # Click with the right mouse button\n ait.click('R')\n\n # Click at some position\n ait.click(140, 480)\n\n # Click in the center of the screen with the middle button\n ait.click(0.5, 0.5, 'M')\n\n # Click 10 pixels below\n ait.click(0j, 10j)\n\n # Movement (absolute, percentage and relative) can also be done\n ait.move(140, 480)\n ait.move(0.5, 0.5)\n ait.move(60j, -9j)\n\n # Mouse position can also be retrieved\n x, y = ait.mouse()\n\n # Pressing keys can also be done\n ait.press('q', '!', '\\n') # Exit vim\n ait.press(*'\\b' * 10) # 10 carriage returns\n\n # Writing things with the keyboard too\n ait.write('Hello world!\\n')\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/Lonami/autoit/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Lonami/autoit", "keywords": "gui mouse keyboard automation automate", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "autoit", "package_url": "https://pypi.org/project/autoit/", "platform": "", "project_url": "https://pypi.org/project/autoit/", "project_urls": { "Download": "https://github.com/Lonami/autoit/releases", "Homepage": "https://github.com/Lonami/autoit" }, "release_url": "https://pypi.org/project/autoit/0.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Automate it with Python", "version": "0.1" }, "last_serial": 4017995, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e8da86bc0229b86c9e9420ba28ab9896", "sha256": "5dd9bcc9a1993b8af6d64f0d438e5f0f08fc99624a2fbb2603126320cf79bd92" }, "downloads": -1, "filename": "autoit-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e8da86bc0229b86c9e9420ba28ab9896", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6277, "upload_time": "2018-06-30T10:50:33", "url": "https://files.pythonhosted.org/packages/64/59/add9b4798bc5921da766889bcb0b8d808d01209d2eafd8fb2f6cba622c19/autoit-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3058e9bc0214e0e13f0cb187eca4fd4", "sha256": "13c889c662da4d2a9eeb40805098a7b099fb0bca725a6724961d881888f39c01" }, "downloads": -1, "filename": "autoit-0.1.tar.gz", "has_sig": false, "md5_digest": "b3058e9bc0214e0e13f0cb187eca4fd4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 6105, "upload_time": "2018-06-30T10:50:34", "url": "https://files.pythonhosted.org/packages/e4/97/375d475b525e73980f637063355420f0842f74dedaf83840cc383dfa9572/autoit-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8da86bc0229b86c9e9420ba28ab9896", "sha256": "5dd9bcc9a1993b8af6d64f0d438e5f0f08fc99624a2fbb2603126320cf79bd92" }, "downloads": -1, "filename": "autoit-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e8da86bc0229b86c9e9420ba28ab9896", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6277, "upload_time": "2018-06-30T10:50:33", "url": "https://files.pythonhosted.org/packages/64/59/add9b4798bc5921da766889bcb0b8d808d01209d2eafd8fb2f6cba622c19/autoit-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3058e9bc0214e0e13f0cb187eca4fd4", "sha256": "13c889c662da4d2a9eeb40805098a7b099fb0bca725a6724961d881888f39c01" }, "downloads": -1, "filename": "autoit-0.1.tar.gz", "has_sig": false, "md5_digest": "b3058e9bc0214e0e13f0cb187eca4fd4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 6105, "upload_time": "2018-06-30T10:50:34", "url": "https://files.pythonhosted.org/packages/e4/97/375d475b525e73980f637063355420f0842f74dedaf83840cc383dfa9572/autoit-0.1.tar.gz" } ] }