Password generator written in python
The passwords always have upper and lowercase letters, numbers and symbols.
Passwords will automatically be copied on the clipboard.
-
GNU/Linux, Windows and macOS should work
-
Python3
-
pyperclip
Commands to install it:
pip install pyperclip
orpip3 install pyperclip
1.1
Passwords will now automatically be copied on the clipboard
Many websites, apps, etc. allow passwords containing upper and lowercase letters, numbers and symbols which is good.
I normally use pwgen to generate passwords. But always typing many flags (like -y) annoys me and I wanted to learn something so I created this.