An open API service indexing awesome lists of open source software.

https://github.com/theognis1002/password-generator-cli

A simple password generator CLI tool
https://github.com/theognis1002/password-generator-cli

cryptography python3

Last synced: 24 days ago
JSON representation

A simple password generator CLI tool

Awesome Lists containing this project

README

          

### password generator CLI tool

A simple password generator written with the argsparse library.

```
password generator

optional arguments:
-h, --help show this help message and exit
-l LENGTH, --length LENGTH
Length of password
-x [{digits,upper,lower,symbol} [{digits,upper,lower,symbol} ...]], --exclude [{digits,upper,lower,symbol} [{digits,upper,lower,symbol} ...]]
Exclude symbol characters
```