A simple password manager created using Python as a Project
Steps to Run this script
- Clone\Download this Repository
- Edit Data in PASSWORDS dictionary or connect this script with a database
- Save the file path in PATH variable in Environment variables
- 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
- 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.