Skip to content

rajendrauppal/api-key-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

api-key-generator

Simple API key generator using Python

Development Environment

OS: Windows 8.1 64-bit

Tools:

Usage

You can use this application both as a module and as a command line utility.

As a module
import api_key_gen
apikey = api_key_gen.APIKeyGenerator()
key = apikey.generate()
print key
As command line utility

Run following command for help

$ python api_key_gen.py -h or --help

Create pool:

$ python api_key_gen.py -s 100

-s pool size, default is 10

About

Simple API key generator using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages