simple way to extract wifi password from windows devices
Project description
How to Use WiFi Password Viewer:
wifi_password_viewer/
├── wifi_password_viewer/
│ ├── __init__.py
│ ├── core.py
├── tests/
│ ├── test_wifi_password_viewer.py
├── pyproject.toml
Step 1: Install the Package:
- Run the following command to install the package using pip:
pip install wifi-password-viewer
Step 2: Use in a Python Script
- Create a Python script (e.g., run_wifi_viewer.py) with the following content:
from wifi_password_viewer import display_wifi_passwords
if __name__ == "__main__":
display_wifi_passwords()
Step 3: Run the Script
Execute the script to display the Wi-Fi names and passwords in a table:
python run_wifi_viewer.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wifi_password_viewer-1.0.1.tar.gz.
File metadata
- Download URL: wifi_password_viewer-1.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c3703e30d66c21f6bd9883b08b594c4c51ed21a13d16efa70ba4898c86c3a83
|
|
| MD5 |
c4eb9f1bca68a374a7c20a4debcaaa74
|
|
| BLAKE2b-256 |
7f46d9d624b3d20e7dd74045a1cafea1e383c3478d9bde1d15bb690ed9a02367
|
File details
Details for the file wifi_password_viewer-1.0.1-py3-none-any.whl.
File metadata
- Download URL: wifi_password_viewer-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
959ced23a0cda967a52577ddc4cb60ae0e238793987532783a4f6c879694e8ac
|
|
| MD5 |
29846b876e7b70078a1e387cf15a4a44
|
|
| BLAKE2b-256 |
a9646ccedf9b6b1a524bad47642cfd45ba7d258f1f5fe7cc609ce3c51e75a17b
|