enotkrutoy commited on
Commit
66750fe
1 Parent(s): 108ae0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -15,13 +15,17 @@ A simple Streamlit application for cracking passwords.
15
  ## Usage
16
 
17
  1. Run the app using Streamlit.
18
- 2. Click on the "Crack Password" button to start the cracking process.
19
- 3. View the cracked password in the output.
 
20
 
21
  ## Requirements
22
 
23
  - Python 3.x
24
  - Streamlit
 
 
 
25
 
26
  Install dependencies with:
27
 
 
15
  ## Usage
16
 
17
  1. Run the app using Streamlit.
18
+ 2. Fill in the required fields in the sidebar.
19
+ 3. Click "Crack Password" to start the cracking process.
20
+ 4. View the cracked password and statistics in the output.
21
 
22
  ## Requirements
23
 
24
  - Python 3.x
25
  - Streamlit
26
+ - Cowsay
27
+ - Rich
28
+ - python-dotenv
29
 
30
  Install dependencies with:
31