Wi-Fi Profile Viewer is a simple Python application built using PyQt5 that allows users to view and export Wi-Fi profiles on a Windows system. The application retrieves Wi-Fi SSIDs and passwords using netsh
commands and provides a user-friendly interface for managing this information.
- Profile Refresh: Easily refresh Wi-Fi profiles with the click of a button.
- Table View: View Wi-Fi profiles in a table with SSID and password information.
- Export to Excel: Save Wi-Fi profiles to an Excel file for easy sharing and backup.
Caption: Main window with Wi-Fi profiles displayed in a table.
Caption:Exporting the table as printable format.
- Python 3.x
- PyQt5
- pandas
- Install the required dependencies using the following command:
pip install -r requirements.txt
- Run the application using the following command:
python wifi_profile_viewer.py
- Refresh Profiles:
- Click the "Refresh" button to update the Wi-Fi profiles.
- Save to Excel: Click the "Save to Excel" button to export Wi-Fi profiles to an Excel file.
Feel free to contribute to the project by submitting issues or pull requests.
This project is licensed under the GPL-3.0 License.