Password_Keeper-1.0
Password Keeper is a simple Password keeping program
This is a simple Password Keeper using Python Script
Python Version
Python 3
Library
- sys
- pyperclip
Steps to run
-
Copy the program in any text editor or IDE
-
Save it with pw.py
-
To make it a windows script open notepa and paste this code
@py.exe C:\Python34\pw.py %* @pause
-
save it as pw.bat
Conclusion
- This is a simple Python 3 project.
- The implimentaion is not secure
Reference
- Automate the boaring stuff with Python