Skip to content

lxbx44/password_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ㅤ PasswdManag

An intuitive Password Manager built in Python

Made by: Aria

Requirements

  • Python 3
  • pip

Install python and pip

  • Ubuntu

    sudo apt-get update

    sudo apt-get install python3

    sudo apt install python3-pip

  • ArchLinux

    sudo pacman -Syu

    yay -S python3

    yay -S python-pip

  • Fedora

    sudo dnf install python3

    sudo dnf install python-pip

  • Windows

Installing

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

Releases

No releases published

Packages

No packages published