An intuitive Password Manager built in Python
Made by: Aria
- Python 3
- pip
-
Ubuntu
sudo apt-get updatesudo apt-get install python3sudo apt install python3-pip -
ArchLinux
sudo pacman -Syuyay -S python3yay -S python-pip -
Fedora
sudo dnf install python3sudo dnf install python-pip
Cloning the project:
git clone https://github.com/lxbx44/password_manager.git
cd password_manager/
make install
They you just need to run pmcli on your terminal.
To uninstall the program you just need to run the following command:
make uninstall
Enjoy!
Aria