1
0
Fork
You've already forked simplepg
0
A simple password generator written in Python
Python 100%
2022年11月14日 16:48:37 +01:00
src add fast mode (base) 2021年04月19日 14:39:19 +02:00
test add tests 2021年03月19日 16:20:33 +01:00
.gitignore v1.4.0: better user experience 2021年04月07日 14:42:09 +02:00
main.py V1.3 2021年03月19日 15:38:57 +01:00
README.md „README.md" ändern 2022年11月14日 16:48:37 +01:00

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