Update README.md

new style of README
This commit is contained in:
anqude 2023-01-09 01:21:05 +04:00 committed by GitHub
parent b42605e807
commit 6f30a52b5c
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 password-strength pip install tk pyperclip qrcode customtkinter qrcode password-strength
``` ```
**On debian** **On debian**
@ -18,13 +18,13 @@ sudo apt install python3-tk python3-pil.imagetk pytho3-pip python3
sudo dnf install python3-tkinter python3-pillow-tk python3 python-pip sudo dnf install python3-tkinter python3-pillow-tk python3 python-pip
``` ```
<img src="https://i.imgur.com/KUsAunA.png" alt="img" align="right" width="150px"> <img src="https://i.imgur.com/f1cBAgi.png" alt="img" align="right" width="200px">
<img src="https://i.imgur.com/IYXMmxQ.png" alt="img" align="right" width="200px"> <img src="https://i.imgur.com/asgXlG3.png" alt="img" align="right" width="200px">
<img src="https://i.imgur.com/FvNREK4.png" alt="img" align="right" width="150px">
### Features ### Features
- using cusom passassword - using cusom passassword
- copy passwoed to clipboard - copy passwoed to clipboard
- share password via QR code - share password via QR code
- support dark and light system theme