guardme

To save username and password


License
MIT
Install
pip install guardme==1.0.1

Documentation

guardme

  • Saves Your Username and Password
  • Rather than showing your password, it copies the password to clipboard,hence you can paste it to anywhere you want

Requirements

1. Pyperclip To install pyperclip, type the following command in terminal

sudo pip3 install pyperclip

This is Only for linux

2. xclip To install xclip, type the following command in terminal

sudo apt install xclip


To install guardme and to Run

Install = sudo pip3 install guardme

Run = guardme


Contributions

Feel free to create a Github issue. Also, you are more than welcome to submit a pull request for a bug fix or additional feature.