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.
$ cd password-generator
$ poetry install
>> ...
$ cd password-generator
$ poetry run generate -qr ./output.bmp
>> ...
>> Saved generated password as a QR Code to './output.bmp'.
$ ./output.bmp
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
>> ...