A simple offline device-bound license manager for Python/Flet applications using RSA digital signatures.
Supports generating license keys on server-side and verifying them client-side with a public key.
- Device-bound license keys (MAC / UUID)
- Offline verification using embedded public key
- Flet integration for Python desktop/web apps
- Python 3.10+
- Cryptography (
pip install cryptography
)
pip install cryptography
git clone https://github.com/username/Python-LicenseManager.git
## Usage
check usage in both file