Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 473 Bytes

Pass-Gen - v1.0 Readme

Peter Somerville - peterwsomerville@gmail.com

License.

GNU GPL; see LICENSE.txt for more information

Installation.

None needed.

Usage.

  • python pass_gen.py to generate 1 password of 10 characters
  • python pass_gen.py <n> to generate 1 password of n characters
  • python pass_gen.py <n> <m> to generate m passwords of n characters

System Requirements.

python 2.x