Skip to content

hyper-lynn/Python-LicenseManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python License Manager

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.


Features

  • Device-bound license keys (MAC / UUID)
  • Offline verification using embedded public key
  • Flet integration for Python desktop/web apps

Requirements

  • Python 3.10+
  • Cryptography (pip install cryptography)

Installation

pip install cryptography
git clone https://github.com/username/Python-LicenseManager.git

## Usage
check usage in both file

About

simple setup for licenseServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages