Metadata-Version: 2.4
Name: PyProtectorX
Version: 2.0.3
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
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Android
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
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
```
