py3enc


Namepy3enc JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/0xakxvau
SummarySimple module forn encrypt python3 scripts.
upload_time2023-04-06 21:12:47
maintainer
docs_urlNone
author0xakxvau
requires_python>=3.9.5
licenseMIT
keywords python pyenc encpy python encrypt python encryption encpy python py3enc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PY3ENC
Simple module forn encrypt python3 scripts..

> [PY3ENC](https://github.com/0xAKXVAU/py3enc) python module.
> ![pypi](https://img.shields.io/pypi/v/py3enc?logo=python)

#### REQUIREMENTS
* `PYTHON >=3.9.X+`
* `REQUESTS`

#### Installation 
```bash
pip3 install py3enc
```
#### Or
```bash
pip install -i https://test.pypi.org/py3enc/ py3enc
```
## SimiTalk
#### Import Module
```python
from py3enc import py3enc
```
#### Use SimSimi talk function
```python
from py3enc import py3enc
import json
enc = py3enc ("main.py", "encrypted.py")
print (enc)
```
#### Response
```json
{
  "status": "true", 
  "time": "02:58:34 - 07-04-2023",
  "mainFile": "main.py", 
  "outputFile": "/sdcard/Toxinum/encrypt.py", 
  "saveFile": "/sdcard/Toxinum/py3enc.py",
  "author": "Mohammad Alamin", 
  "facebook": "https://facebook.com/AKXVAU",
  "telegram": "https://t.me/toxinum"
}
```

#### Error
````json
{
  "status": "false", 
  "time": "02:57:57 - 07-04-2023", 
  "error": "Unable to encrypt script!",
  "author": "Mohammad Alamin", 
  "facebook": "https://facebook.com/AKXVAU",
  "telegram": "https://t.me/toxinum"
}
````
## License 
MIT License

Copyright (c) 2023 Mohammad Alamin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


### Contact With Developer
<hr>
<div align="center">
<a href="https://facebook.com/AKXVAU" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="Facebook" height="30" width="40" /></a>
<a href="https://instagram.com/0xAKXVAU" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="Instagram" height="30" width="40" /></a>
<a href="https://www.youtube.com/c/AKXVAU" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg" alt="YouTube" height="30" width="40" /></a>
<hr>
</div>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/0xakxvau",
    "name": "py3enc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.5",
    "maintainer_email": "",
    "keywords": "python,pyenc,encpy,python encrypt,python encryption,encpy python,py3enc",
    "author": "0xakxvau",
    "author_email": "0xakxvau@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/db/a27f34daa4ac0b32df7e05a7fa8d2ff4f4da1193b1a67896cbd6db7c0361/py3enc-1.0.0.tar.gz",
    "platform": null,
    "description": "# PY3ENC\nSimple module forn encrypt python3 scripts..\n\n> [PY3ENC](https://github.com/0xAKXVAU/py3enc) python module.\n> ![pypi](https://img.shields.io/pypi/v/py3enc?logo=python)\n\n#### REQUIREMENTS\n* `PYTHON >=3.9.X+`\n* `REQUESTS`\n\n#### Installation \n```bash\npip3 install py3enc\n```\n#### Or\n```bash\npip install -i https://test.pypi.org/py3enc/ py3enc\n```\n## SimiTalk\n#### Import Module\n```python\nfrom py3enc import py3enc\n```\n#### Use SimSimi talk function\n```python\nfrom py3enc import py3enc\nimport json\nenc = py3enc (\"main.py\", \"encrypted.py\")\nprint (enc)\n```\n#### Response\n```json\n{\n  \"status\": \"true\", \n  \"time\": \"02:58:34 - 07-04-2023\",\n  \"mainFile\": \"main.py\", \n  \"outputFile\": \"/sdcard/Toxinum/encrypt.py\", \n  \"saveFile\": \"/sdcard/Toxinum/py3enc.py\",\n  \"author\": \"Mohammad Alamin\", \n  \"facebook\": \"https://facebook.com/AKXVAU\",\n  \"telegram\": \"https://t.me/toxinum\"\n}\n```\n\n#### Error\n````json\n{\n  \"status\": \"false\", \n  \"time\": \"02:57:57 - 07-04-2023\", \n  \"error\": \"Unable to encrypt script!\",\n  \"author\": \"Mohammad Alamin\", \n  \"facebook\": \"https://facebook.com/AKXVAU\",\n  \"telegram\": \"https://t.me/toxinum\"\n}\n````\n## License \nMIT License\n\nCopyright (c) 2023 Mohammad Alamin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n### Contact With Developer\n<hr>\n<div align=\"center\">\n<a href=\"https://facebook.com/AKXVAU\" target=\"blank\"><img align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg\" alt=\"Facebook\" height=\"30\" width=\"40\" /></a>\n<a href=\"https://instagram.com/0xAKXVAU\" target=\"blank\"><img align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg\" alt=\"Instagram\" height=\"30\" width=\"40\" /></a>\n<a href=\"https://www.youtube.com/c/AKXVAU\" target=\"blank\"><img align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg\" alt=\"YouTube\" height=\"30\" width=\"40\" /></a>\n<hr>\n</div>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple module forn encrypt python3 scripts.",
    "version": "1.0.0",
    "split_keywords": [
        "python",
        "pyenc",
        "encpy",
        "python encrypt",
        "python encryption",
        "encpy python",
        "py3enc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "124ef1b9fe53396f45b027449d27e30217821644161b8899c94c1506d8ced95a",
                "md5": "febdb090e95ca369368b660b2223d0ad",
                "sha256": "cba4d40093554efb314c70b9f37586c32ba536e6e37a44fe3ebfde4865f426ab"
            },
            "downloads": -1,
            "filename": "py3enc-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "febdb090e95ca369368b660b2223d0ad",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9.5",
            "size": 6544,
            "upload_time": "2023-04-06T21:12:44",
            "upload_time_iso_8601": "2023-04-06T21:12:44.720044Z",
            "url": "https://files.pythonhosted.org/packages/12/4e/f1b9fe53396f45b027449d27e30217821644161b8899c94c1506d8ced95a/py3enc-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dddba27f34daa4ac0b32df7e05a7fa8d2ff4f4da1193b1a67896cbd6db7c0361",
                "md5": "75a5c9159167b0a6924f7415d340b6ec",
                "sha256": "870773b1167dac3a07742d7cb0b7156cafb8947d3cfe636e5016cab0b806a558"
            },
            "downloads": -1,
            "filename": "py3enc-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "75a5c9159167b0a6924f7415d340b6ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.5",
            "size": 6003,
            "upload_time": "2023-04-06T21:12:47",
            "upload_time_iso_8601": "2023-04-06T21:12:47.713007Z",
            "url": "https://files.pythonhosted.org/packages/dd/db/a27f34daa4ac0b32df7e05a7fa8d2ff4f4da1193b1a67896cbd6db7c0361/py3enc-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 21:12:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "py3enc"
}
        
Elapsed time: 0.05336s