/Random-ID-Generator

Python script for quickly and easily generating alpha-numeric ids from the command line.

Primary LanguagePython

Random-ID-Generator

Python script for quickly and easily generating alpha-numeric ids from the command line.

How to Use

To use the Random ID generator from command line:

python generate.py [NUM OF RESULTS] [LEN OF RESULTS]

For example:

python generate.py 10 256 

will generate 10 codes that are 256 characters long.