A secure password generator written in python
- The secure password generator
- Built with the rich python library
NOTE: This is a WIP, its not finished and needs lots of work
Installation
With git
git clone https://github.com/Mattio-cmd/spg
cd spg/src
chmod +x spg.py
./spg.py
- If you want to use this program anywhere on your system just type the following command (with root priviledges):
cp spg.py /usr/bin
With pip
pip3 install passgpy
pip3 install rich
- For clipboard support (optional)
pip3 install pyperclip
Dependencies
- xclip (optional)
- It is needed for copying the password automatically.
- python 3.9.9 or higher
- Altough it may run in just python 3.2, who knows
- rich
- For this, just follow the instructions for rich
- For this, just follow the instructions for rich