32 lines
781 B
Markdown
32 lines
781 B
Markdown
# passgener
|
|
|
|
## Feature rich generator
|
|
|
|
### Dependencies
|
|
**Python**
|
|
```sh
|
|
pip install tk pyperclip qrcode customtkinter password password-strength
|
|
```
|
|
|
|
**On debian**
|
|
```sh
|
|
sudo apt install python3-tk python3-pil.imagetk xclip
|
|
```
|
|
|
|
**On fedora**
|
|
```sh
|
|
sudo dnf install python3-tkinter python3-pillow-tk xclip
|
|
```
|
|
### Screenshots
|
|
<img src="https://imgur.com/UJ9FeLK.png" alt="img" align="left" width="200px">
|
|
<img src="https://imgur.com/K1Zg6bv.png" alt="img" width="200px">
|
|
<img src="https://imgur.com/CGmd5cZ.png" alt="img" align="left" width="150px">
|
|
<img src="https://imgur.com/Plrrmzy.png" alt="img" width="150px">
|
|
|
|
### Features
|
|
- using cusom passassword
|
|
- copy passwoed to clipboard
|
|
- share password via QR code
|
|
- support dark and light system theme
|
|
- generate graphic key
|