mranonymod / PyProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyProject

Password Manager made using Python

How to Compile resources.qrc in app.py?

pyrcc5 resources1.qrc -o resources1_rc.py

then in ui_main_menu.py

import resources1_rc

Install this packages for password security

pip install pycryptodome

pip install hashlib

For Google oauth or Login with Google

pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

For pyqt5

pip install PyQt5
pip install pyperclip
pip install opencv-python
pip install qrcode[pil]
pip install pyqrcode
pip install pypng

About


Languages

Language:Python 100.0%