Add Password Strength image and dependence

This commit is contained in:
anqude 2023-02-08 23:11:23 +04:00 committed by GitHub
parent fa3732beaa
commit 5f899ae6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
### Dependencies ### Dependencies
**Python** **Python**
```sh ```sh
pip install tk pyperclip qrcode customtkinter pip install tk pyperclip qrcode customtkinter password password-strength
``` ```
**On debian** **On debian**
@ -18,7 +18,7 @@ sudo apt install python3-tk python3-pil.imagetk xclip
sudo dnf install python3-tkinter python3-pillow-tk xclip sudo dnf install python3-tkinter python3-pillow-tk xclip
``` ```
### Screenshots ### Screenshots
<img src="https://imgur.com/QmPctSn.png" alt="img" align="left" width="200px"> <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/K1Zg6bv.png" alt="img" width="200px">
<img src="https://imgur.com/CGmd5cZ.png" alt="img" align="left" width="150px"> <img src="https://imgur.com/CGmd5cZ.png" alt="img" align="left" width="150px">
<img src="https://imgur.com/Plrrmzy.png" alt="img" width="150px"> <img src="https://imgur.com/Plrrmzy.png" alt="img" width="150px">