Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mozancetin/pypasskeeper
- Owner: mozancetin
- License: mit
- Created: 2021-03-06T12:21:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T23:29:49.000Z (over 3 years ago)
- Last Synced: 2024-11-09T08:41:10.444Z (3 months ago)
- Topics: gui-application, password, password-generator, password-keeper, password-manager, password-safety, password-store, pyperclip, pyqt5, pyqt5-tools, python-sqlite3, python3, sqlite3
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
# Features1. 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)