Spaces:
Sleeping
Sleeping
enotkrutoy
commited on
Commit
•
66750fe
1
Parent(s):
108ae0f
Update README.md
Browse files
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.
|
19 |
-
3.
|
|
|
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 |
|