WiFi Password Retriever is a Python application that retrieves saved Wi-Fi passwords on a Windows system. The application uses the netsh
command to list and extract saved Wi-Fi profiles and their passwords. It features a simple graphical interface built with tkinter
.
- Retrieve saved Wi-Fi profiles and passwords.
- User-friendly GUI.
- Can be built into a standalone executable using PyInstaller.
- Clone the repository:
git clone https://github.com/yourusername/WiFi-Password-Retriever.git
- Navigate to the project directory:
cd WiFi-Password-Retriever
- Install required dependencies:
pip install -r requirements.txt
Run the application:
python wifi_password_retriever.py