Metadata-Version: 2.4
Name: pyprotectorx
Version: 5.1.0
Summary: PPX ENCRYPTION - Mobile Edition
Home-page: https://github.com/zainalkhalil/pyprotectorx
Author: Zain Alkhalil
License: MIT
Keywords: encryption security protection termux pydroid3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11,<3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# 🔐 PyProtectorX Mobile

**Simple Python Code Protection**

## Quick Start

```bash
# Install
pip install pyprotectorx

# Protect
pyprotectorx script.py

# Run
python script.protected.py
```

## Termux
```bash
pkg install python
pip install pyprotectorx
pyprotectorx app.py
```

## API
```python
from pyprotectorx import protect
protect("script.py")
```

## License
MIT © 2025 Zain Alkhalil
