Skip to content

this project is built using the Tkinter module and manages your account passwords.

Notifications You must be signed in to change notification settings

vendz/Account-Storage-System

Repository files navigation

Password Storage System

Show some ❤️ and ⭐ the repo to support the project

GitHub stars Twitter Follow GitHub followers made-with-python Open Source Love svg1

password storage system written in Python using Tkinter


Features:

Currently, the software can do following things:
  • add usernames and passwords
  • delete a particular entry
  • show/hide passwords
  • You will asked to Enter master-password to view saved info even though you are logged in

NOTE: Everything is hashed and stored locally in a file app_manager.txt

Installation:

Clone this repository using

$ git clone https://github.com/vendz/Password-Storage-System.git

Enter the directory and install all the requirements using

$ pip3 install -r requirements.txt

Run the app using

$ python3 main.py

Usage:

  • 1 ) run the code in your terminal / powershell / CMD
  • 2 ) it will ask for master password (default password: vendz)
  • 3 ) now you can save your credentials and close the software
  • 4 ) whenever you will open the software it will show you previously saved entries too