{ "info": { "author": "Robert Burns", "author_email": "rburns629@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# Antiafk\nAntiafk is a CLI built in Python. The intention was to create a package that allows users the option to trigger keyboard events on specified intervals, for a specified duration of time via the Python REPL.\n\n# Installation\n\n## Windows\nTo install antiafk on Windows, you will need to install Python via the Windows installer provided by the [Python Organization](https://python.org) under downloads, and then Windows. \n\nOnce installed, run whatever version PowerShell you have installed as __root__, and execute the following commands:\n- python -V && pip -V\n\nIf python -V returns the version of Python you just installed (3.6 or higher), your Python installation has been successful. In the event that the version does not match what you installed, try python3 -V to make sure an a new alias has not been created for that specific version. If pip -V returns the executable path of pip, then we can move forward with the next step. \n\nAfter you've run both of those commands and see that you have pip installed as well as a Python 3 interpreter, in your PowerShell session run:\n- pip install antiafk\n\nTest your installation by running: \n- antiafk or antiafk --help\n\nAt this point, if you have not gotten a command not found, then antiafk has been installed successfully. \n\n## MacOS\nTo install antiafk on MacOS, make sure you at least have Python 3.6 on your OS as this uses the new f-string formatting started in Python 3.6 and up. To install Python 3.6 along side any current installations, either download the latest release provided by the [Python Organization](https://python.org) under downloads (which will make an alt install), or use brew to install a specific version. With MacOS, you will NOT need to run this as __root__, unless you're running from a path with limited access.\n\nOnce installed, make sure your version of python was successfully installed by running:\n- python -V\n- python3 -V\n- python3.6 -V\n \nIf one of those installatons returns Python 3.6 or higher, locate the pip executable that should have been installed along with it. You can check by running the command:\n- pip -V\n- pip3 -V\n- pip3.6 -V\n\nIf you can't location your pip executable that was installed along side your Python installation, go to: \n- /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip (or whatever version 3.6 or higher you have installed)\n\nYou can either execute pipe by declaring the path directly, or by exporting a variable to your path, such as:\n- export pip36=/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip\n- $pip36 install package\n\nOnce you have successfully installed Python 3.6 or higher, and have pip wokring as well, proceed with installing antiafk which whatever pip alias you need to use. For me, it would be:\n- pip3 install antiafk\n\nOnce installed, test your installation by running:\n- antiafk or antiafk --help\n\nIf no command cannot be found has been returned, then antiafk has successfully installed. \n\n# Usage\nOnce installed, to run antiafk with the default key press interval and stop execution time, run the following command:\n- antiafk \\\n- Example:\n - antiafk space\n\nTo view what keys are supported, run:\n- antiafk --help\n\nTo run antiafk with your own interval and stop executon time, run the folling:\n- antiafk \\ -i \\ -s \\\n- Example:\n - antiafk space -i 5 Minutes -s 1 Hour\n - __Note: there are no need for single or double quotation marks__", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/rburns629/antiafk", "keywords": "cli wow world of warcraft classic afk keypress automated", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "antiafk", "package_url": "https://pypi.org/project/antiafk/", "platform": "", "project_url": "https://pypi.org/project/antiafk/", "project_urls": { "Bug Reports": "https://gitlab.com/rburns629/antiafk/issues", "Homepage": "https://gitlab.com/rburns629/antiafk", "Source": "https://gitlab.com/rburns629/antiafk" }, "release_url": "https://pypi.org/project/antiafk/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Antiafk has been designed to utilize the pynput package by creating a cli that allows the user to specify a key to be to be triggered on interval.", "version": "1.0.0" }, "last_serial": 5779350, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ad0046aa395eedda51d8ea7c497a40b0", "sha256": "e1a3b5176ea110cf07504a8765a68a5521108082dc744434fa154f2c6f531982" }, "downloads": -1, "filename": "antiafk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ad0046aa395eedda51d8ea7c497a40b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4894, "upload_time": "2019-09-04T05:21:42", "url": "https://files.pythonhosted.org/packages/0a/0b/a84103f26ccf3598be1e19cd9710b72c68b8664c429e6fad5e184ae77ffa/antiafk-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad0046aa395eedda51d8ea7c497a40b0", "sha256": "e1a3b5176ea110cf07504a8765a68a5521108082dc744434fa154f2c6f531982" }, "downloads": -1, "filename": "antiafk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ad0046aa395eedda51d8ea7c497a40b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4894, "upload_time": "2019-09-04T05:21:42", "url": "https://files.pythonhosted.org/packages/0a/0b/a84103f26ccf3598be1e19cd9710b72c68b8664c429e6fad5e184ae77ffa/antiafk-1.0.0.tar.gz" } ] }