Skip to main content

PyKey-Gen Is Key Generator , That Expired Within Minute

Project description

KeyGen-Python

forthebadge forthebadge forthebadge forthebadge

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

Click on it ,
Java C++ JavaScript Bash

🔗 Links

linkedin Gitlab Bitbucket

LICENSE

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

KeyGen_Python-0.0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

KeyGen_Python-0.0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page