31 lines
526 B
Markdown
31 lines
526 B
Markdown
# passgener
|
|
|
|
## Feature rich generator
|
|
|
|
### Dependencies
|
|
**Python**
|
|
```sh
|
|
pip install tk pyperclip qrcode
|
|
```
|
|
|
|
**On debian**
|
|
```sh
|
|
sudo apt install python3-tk python3-pil.imagetk
|
|
```
|
|
|
|
**On fedora**
|
|
```sh
|
|
sudo dnf install python3-tkinter python3-pillow-tk
|
|
```
|
|
|
|
<img src="https://i.imgur.com/KUsAunA.png" alt="img" align="right" width="150px">
|
|
<img src="https://i.imgur.com/7akq4wS.png" alt="img" align="right" width="200px">
|
|
|
|
|
|
### Features
|
|
|
|
- using cusom passassword
|
|
- copy passwoed to clipboard
|
|
- share password via QR code
|
|
|