PyKey-Gen Is Key Generator , That Expired Within Minute
Project description
KeyGen-Python
what is PyKey-Gen?
PyKey-Gen is An Secure Key Generate (as Integer) With help of Time Variations and Expired within Minute
How to Use?
Install using pip
Frist it Need to Install (using Pip)
Open CMD and Enter Below Command
pip install PyKey-Gen
Import the PyKey_Gen
Before use The Module, It has To import like Below way
pip install KeyGen-Python
Generate The Key
For Generate a key it has Function gen_key(), this Function retrun Key
>>> import pykey_gen as key
>>> KEY=key.gen_key()
>>> KEY
'666141546045'
Print The Key
For Print a key It has Function print_key() , This Function Print Key
>>> import pykey_gen as key
>>> key.print_key()
Key:- 666141546045
Check The Key
If there is a Key To Verfield or Check its Has a Function check_key(Key), It has One Argument as Key . Where we Enter a Key and This Function Check the Key is Expired or Not (Key IS Expired within Minute) and retrun boolean True or False
>>> import pykey_gen as key
>>> Key=key.gen_key()
>>> key.check_key(Key)
True
In above Code, Where Generate a Key and stored In variable Key And ChecK The Key
Note:- Every Computer Generate Same Key In Same Time (as Per Clock) and If Frist Computer Generate a Key . Within a Minute . Same key Enter in Second Computer Will Accept It
Note:- This is An Offline Key Generate
Can Use in :- Product Registration Key and It will Expired within Minute
Also Aviable In Other Language
🔗 Links
LICENSE
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for KeyGen_Python-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 792060192ffafeb78cad68512f997c5f38f734fad5b01dde3670597d8669d4f0 |
|
MD5 | 6d8e54957b575c2f77dfaf27b17013ea |
|
BLAKE2b-256 | 75782326ef4a902475aac313ea672ffebfeeb812a0f790367d4e4afc18316e93 |