Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sPROFFEs authored Jul 14, 2024
1 parent b5f4701 commit 196d9de
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,56 @@ Simple and useful password manager developed on python. Creates a database encry
Install requirements

```bash
python3 install-requirements.py

```
If it is any issue do it manually

```bash
pip install cryptography sqlite3 pyperclip colorama
pip install requirements.txt

```
Enviroment error bypass (at your own risk)

```bash
pip install cryptography sqlite3 pyperclip colorama --break-system-packages
pip install requirements.txt --break-system-packages

```

## Usage/Examples

Use te executable on windows or

```bash
python or python3 password-manager.py
python or python3 pkeysmanager.py
```
#### When it first starts, it creates an encrypted database with the password we specify at that moment.
#### The password is not visible so just make sure you know it and then press enter.

![imagen](https://github.com/user-attachments/assets/36c1751d-2742-4b07-a33c-cdfc90d4f62f)
![imagen](https://github.com/user-attachments/assets/2eee16ea-001c-4605-b199-034939d79a78)

![imagen](https://github.com/user-attachments/assets/4584c67e-ef1a-4e96-bd11-c8b312b65b21)

#### Among the available options, we can create, search, modify, delete, and generate passwords.

![imagen](https://github.com/user-attachments/assets/86313d94-1e1c-44ac-9536-8942c543c4f1)
![imagen](https://github.com/user-attachments/assets/db0137b2-c5d5-4563-bb1d-213fcadc81bd)

#### If you want to add a new password, you can automatically generate a secure password when creating the entry if not just type one yourself.

![imagen](https://github.com/user-attachments/assets/de09973d-4081-4795-8c2a-db060dca9033)
![imagen](https://github.com/user-attachments/assets/90b050c7-4307-4e9c-9839-8f1f6f3ab527)
![imagen](https://github.com/user-attachments/assets/e1e93504-2d23-48af-8fbf-25df4950b06c)
![imagen](https://github.com/user-attachments/assets/79666305-e7bc-405e-b57e-7f8daecc8f38)

#### If you want to see the passwords saved on the database select 2
If yes you can create a new group, if not you can select one that already exists
![imagen](https://github.com/user-attachments/assets/275bc79e-cc1f-477d-93f6-13e9fe8c1023)

![imagen](https://github.com/user-attachments/assets/157865d9-84c8-4412-85d8-785f50c2050e)
Create secure passwords automatically or set it yourself

#### The password will appear on top and automatically copied to the clipboard just for 10 senconds, then the clipboard will be deleted
#### You can modify the timeout on the code
![imagen](https://github.com/user-attachments/assets/ba9f1c71-6d53-4228-be93-d0a662ea44e0)
![imagen](https://github.com/user-attachments/assets/55fcdb1f-03b0-4047-89d3-7464fca511b3)

![imagen](https://github.com/user-attachments/assets/cb309ee7-f755-4cf3-a2c5-ea5872231738)

#### If you want to modify or delete some entry it will ask you before to ensure your decision
#### If you want to see the passwords saved on the database

![imagen](https://github.com/user-attachments/assets/a9e3b4df-a4ca-426c-9403-a4675e4c8d1d)
![imagen](https://github.com/user-attachments/assets/5a878caa-06c8-49dd-b4a5-06908d49186e)
![imagen](https://github.com/user-attachments/assets/84e7a771-ed80-45dc-86a5-64e98504728a)

#### Finally, you can generate a random password with uppercase letters, lowercase letters, and special characters, with a length between 8 and 64.
#### If you want to modify or delete some entry it will ask you before to ensure your decision

![imagen](https://github.com/user-attachments/assets/8ab09f7a-9c1d-4318-8f2a-f91a71b77862)
![imagen](https://github.com/user-attachments/assets/e99b2e63-1878-466b-90df-4484eb974a95)
![imagen](https://github.com/user-attachments/assets/5bbcdb62-675b-4307-ac0f-965566a47f27)

## Feedback

Expand Down

0 comments on commit 196d9de

Please # to comment.