{ "info": { "author": "Dawid \u017burawski", "author_email": "dawid.zurawski@protonmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Autoclicker\nA simple project to auto control mouse.\n\n#### Install\n``pip install autoclicker``\n\nyou might need some pyautogui dependencies different from the system: https://pyautogui.readthedocs.io/en/latest/install.html#installation\n\n#### Prepare and install whl file (developer mode)\n1. ``make venv`` creates virtualenv which allow use autoclicker in developer mode.\n2. ``make install_dependencies`` to install required dependencies in system linux\n3. ``make create_whl`` creates whl file in ``dist/``\n4. to install autoclicker just run: ``pip install .whl``\n\n\n#### Usage\n``autoclicker scroll`` uses middle mouse button to scroll up or down\n\nOptions:\n* -s (--scrolls) integer, required parameter which set how many times click middle button and in which direction, e.g.: ``-s 10``, ``-s -10``\n\n``autoclicker clicker`` uses left mouse button\n\nOptions:\n* -s (--screen_location) - by default if this option is not set location is taken from current mouse position e.g.: ``-s 500 450``\n* -r (--repeats) - how many times script should click, e.g.: ``-r 10``\n* -t (--time_break) - average time breaks between clicks in seconds e.g.: ``-t 15``\n* -d (--time_different) - time deviation from the average, e.g.: ``-t 10 -d 2``, real time will be between 8 and 12 seconds\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zurek92/autoclicker", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "autoclicker", "package_url": "https://pypi.org/project/autoclicker/", "platform": "", "project_url": "https://pypi.org/project/autoclicker/", "project_urls": { "Homepage": "https://github.com/Zurek92/autoclicker" }, "release_url": "https://pypi.org/project/autoclicker/0.2/", "requires_dist": [ "click (==7.0)", "pyautogui (==0.9.39)", "python3-xlib (==0.15)" ], "requires_python": "", "summary": "A simple project to auto control mouse.", "version": "0.2" }, "last_serial": 4656628, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "e9fe8bb03026cbd72f1931149ade58ce", "sha256": "bd14e1c178a676a239b6a31a343a74343606751606a18474c6511891a65e4442" }, "downloads": -1, "filename": "autoclicker-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e9fe8bb03026cbd72f1931149ade58ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3481, "upload_time": "2019-01-03T14:40:46", "url": "https://files.pythonhosted.org/packages/86/23/462d5f6e583e33c4f2fc8b14ac2a2fe14d4510df5b6a2f0795e784fd24d1/autoclicker-0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9fe8bb03026cbd72f1931149ade58ce", "sha256": "bd14e1c178a676a239b6a31a343a74343606751606a18474c6511891a65e4442" }, "downloads": -1, "filename": "autoclicker-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e9fe8bb03026cbd72f1931149ade58ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3481, "upload_time": "2019-01-03T14:40:46", "url": "https://files.pythonhosted.org/packages/86/23/462d5f6e583e33c4f2fc8b14ac2a2fe14d4510df5b6a2f0795e784fd24d1/autoclicker-0.2-py3-none-any.whl" } ] }