Metadata-Version: 2.4
Name: PyProtectorX
Version: 2.0.2
Summary: Advanced Python Code Protection with Military-Grade Encryption
Home-page: https://pyprotectorx.netlify.app
Author: Zain Alkhalil (VIP)
Author-email: "Zain Alkhalil (VIP)" <zainr56h@gmail.com>
Maintainer-email: "Zain Alkhalil (VIP)" <zainr56h@gmail.com>
License: Proprietary
Project-URL: Homepage, https://pyprotectorx.netlify.app
Project-URL: Documentation, https://pyprotectorx.netlify.app/docs
Project-URL: Repository, https://github.com/vipty1/PyProtectorX
Project-URL: Bug Tracker, https://github.com/vipty1/PyProtectorX/issues
Keywords: encryption,protection,security,obfuscation,code-protection,military-grade,chacha20,polymorphic,anti-reverse-engineering,android,termux
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: C
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Android
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9,<3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: platform
Dynamic: requires-python

# PyProtectorX v2.0.2
🔒 Ultimate Python Code Protection System
Created by Zain Alkhalil (VIP)
---
### Python API
```python
import PyProtectorX
encrypted = PyProtectorX.dumps("print('Hello')")
PyProtectorX.Run(encrypted)
```
### Cli API
```python
pyprotectorx encrypt script.py
python script_Enc.py
```
