Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibehii authored Jul 8, 2022
1 parent a779236 commit 62f15a7
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,47 @@ This script use [**pyfiglet**](https://pypi.org/project/pyfiglet/) and [**colora
for install colorama : `pip install colorama`\
for install pyfiglet : `pip install pyfiglet`

![](screenshot)
![](https://user-images.githubusercontent.com/79264026/178007880-62568118-e073-4c17-8946-8c19808293fd.png)\
Also pyfiglet need [ANSI Shadow](https://github.com/xero/figlet-fonts/blob/master/ANSI%20Shadow.flf) font but you don't need to install it, When you run script if you don't have the font it will install.

---
# Generate one password
In this part you can generate one password quickly.
It's good for sign up in site or app that you want use strong password and then save password somewhere .
![](screenshot)

![generate-one-password1](https://user-images.githubusercontent.com/79264026/178008051-5cac436d-4b55-4050-b1a9-1a0185f0c2be.png)

In this menu you can choose which characters be on you password. Enter number of your choice like this -> `1 2 5` \
if you want to separate the number use space. if you use anything else you will get error.

![](screenshot)
![generate-one-password2](https://user-images.githubusercontent.com/79264026/178008554-51322498-7582-465a-8806-58037441f4a5.png)

In this menu you choose length of password. For example if you enter **8** the script will return a password with 8 characters. like -> `12345678`

![](screenshot)
![generate-one-password3](https://user-images.githubusercontent.com/79264026/178008765-d489eeec-453d-45d3-9c76-1741e3d25a47.png)

Also we save the password that you generate in hidden file name `.Just_one_password.txt`. you can access to your previous password in the end of **generate one password** part

---
# Generate multiple password
In this part you can generate passwords and export it as txt file. Actually you are creating password list.

![](screenshot)
![multiple1](https://user-images.githubusercontent.com/79264026/178008895-0d931dd5-da7b-4c75-88d0-8bdedacbfe47.png)

This part is like [Generate one password](#generate-one-password). In this menu you can choose which characters be on you passwords. Enter number of your choice like this -> `1 2 5` \
if you want to separate the number use space. if you use anything else you will get error.

![](screenshot)
![Generate multiple password2](https://user-images.githubusercontent.com/79264026/178008959-2b8b314b-7628-4131-8e5a-94357f7864df.png)


In this menu you choose **number** of password that script will generate. In second question you choose length of password. For example if you enter **8** the script will return a password with 8 characters. like -> `12345678`

---
# sort password list
On this part you can sort your password list. For example if your password is like this `125, 142, 111` it will change to -> `111, 125, 142` .

![](screenshot)
![sort-password-list](https://user-images.githubusercontent.com/79264026/178009195-374d9c3f-cf80-4501-8907-12319a889416.png)


Only thing that you must do is enter name of your file :)\
Remember that if your file is not in same directory of terminal enter complete path of your password list.\
Expand All @@ -59,7 +64,9 @@ but if I'm running terminal in `/home/user/` and my password list is in there to
# delete duplicate passwords in password list
If one password is repeated in password list this part of script will delete it and keep just one of them.

![](screenshot)
![delete duplicate](https://user-images.githubusercontent.com/79264026/178009351-5c51e989-7369-4d75-8994-aea104dc2ffa.png)


On this menu we have to meted **slow** and **fast**.

**Slow mood** use more memory and it's take long time to delete duplicates. but it's stable and it doesn't disrupts the order of password list .
Expand All @@ -70,5 +77,5 @@ if you don't care about the order of your file use this meted and then sort it w
---
# add password lists together
In this part of script you can add your password lists together and make your password lists into single file.
![](screenshot)


![add-password-list-together](https://user-images.githubusercontent.com/79264026/178009399-e1947fcb-5453-4eb2-a5a7-3a2677ef42ee.png)

0 comments on commit 62f15a7

Please sign in to comment.