19 lines
298 B
Markdown
19 lines
298 B
Markdown
# Passman
|
|
## Yet simple password manager
|
|
|
|
### Dependencies
|
|
**Python**
|
|
```sh
|
|
pip install tk pyperclip qrcode customtkinter pyAesCrypt
|
|
```
|
|
|
|
**On debian**
|
|
```sh
|
|
sudo apt install python3-tk python3-pil.imagetk xclip
|
|
```
|
|
|
|
**On fedora**
|
|
```sh
|
|
sudo dnf install python3-tkinter python3-pillow-tk xclip
|
|
```
|