Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozancetin/pypasskeeper

Password keeper with random password generator.
https://github.com/mozancetin/pypasskeeper

gui-application password password-generator password-keeper password-manager password-safety password-store pyperclip pyqt5 pyqt5-tools python-sqlite3 python3 sqlite3

Last synced: 28 days ago
JSON representation

Password keeper with random password generator.

Awesome Lists containing this project

README

        

# PyPassKeeper
Password keeper with random password generator.
# Requirements
- PyQt5
- PyQt5-tools
- pyperclip
```
pip install pyqt5
pip install pyqt5-tools
pip install pyperclip
```
# Features

1. You can save your passwords.



![](/images/mainmenu.png)

2. You can categorize your passwords and you can see them in categories



![](/images/allcategories.png)

3. If you want, you can view all your passwords in one place.



![](/images/allpasswords.png)

4. And whenever you want, find your saved password in four clicks.



![](/images/showpasswords.png)

5. You can import and export your all data as json file.



![](/images/import.png) ![](/images/export.png)

6. It's that simple! Now let the program store your passwords. You only need to remember **one password** and that is the password of this program haha!

# Other Images

- **Search**

![](/images/search.png)

- **Change Category**

![](/images/changecategory.png)