Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 696 Bytes

PassWord Manager

A simple password manager created using Python as a Project

Steps to Run this script

  1. Clone\Download this Repository
  2. Edit Data in PASSWORDS dictionary or connect this script with a database
  3. Save the file path in PATH variable in Environment variables
  4. Now You may just copy password to clipboard using account name and key using Command Prompt or Terminal

You may follow me and star this repo to contribute in my motivation for building more projects

TODO:

  • Connect this script with a database
  • Encrypt it with a Master Password
  • More Convenient way to add a data in account
  • Maybe build a GUI for this when I will be learning it.