Skip to content

STgazing/ups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 UPS (Save Your Passwords)



📚 About Tool

Plugin for encrypting and storing passwords. Also, if you are new to Python programming, this program will help you become more professional :) If you have a new idea for this project, contact us.

  • Write and Read Data in the Database
  • Clear Database
  • Generate a Random Password (v1.2)

💡 How to install python 3

  • Debian
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
  • RedHat/rpm
sudo dnf install python3

💻 Installation

git clone https://github.com/stgazing/ups
python3 -m pip install -r requirements.txt
cd ups
python3 ups.py

Workflow