/Password_Keeper-1.0

Password Dictionary | Python 3 | Basic

Primary LanguagePython

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

  1. sys
  2. pyperclip

Steps to run

  1. Copy the program in any text editor or IDE

  2. Save it with pw.py

  3. To make it a windows script open notepa and paste this code

    @py.exe C:\Python34\pw.py %* @pause

  4. 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