A simple password generator written in Python
| src | add fast mode (base) | |
| test | add tests | |
| .gitignore | v1.4.0: better user experience | |
| main.py | V1.3 | |
| README.md | „README.md" ändern | |
Simple password generator
simplepg is a simple password generator written in Python, with which you can generate passwords.
Installing and Usage
-
Clone the repository
-
Navigate to the cloned repository
-
Run the generator (
main.py):python3 main.py
You will be asked how long the password should be, and the password will be generated.
To-Do/Ideas:
- Custom characters in password
- auto copy-to-clipboard