c1m50c / password-generator

Password Generator CLI written in Python, featuring QR Code Generation, Text File Saving, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password-generator

GitHub Verify Workflow Status GitHub License Lines of Code

Password Generator CLI written in Python. Some of the more useful features include the ability to define your own character set, password length, and if you would like to save the generated password as a text file or QR Code.

Installing Requirements

$ cd password-generator
$ poetry install
>> ...

Examples

QR Code Generation

$ cd password-generator
$ poetry run generate -qr ./output.bmp
>> ...
>> Saved generated password as a QR Code to './output.bmp'.
$ ./output.bmp

Generated QRCode Example

Finding Helpful Information

Helpful information includes all flags you can pass through the application, and descriptions of them and their parameters.

$ cd password-generator
$ poetry run generate -h
>> Password Generator ~ Help
>> ...

About

Password Generator CLI written in Python, featuring QR Code Generation, Text File Saving, and more!

License:MIT License


Languages

Language:Python 100.0%