Skip to content

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.

License

Notifications You must be signed in to change notification settings

SihabSahariar/Wi-Fi-Profile-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wi-Fi Profile Viewer

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.

Features

  • 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.

Screenshots

Screenshot 1 Caption: Main window with Wi-Fi profiles displayed in a table.

Screenshot 2 Caption:Exporting the table as printable format.

Technical Documentation

Dependencies

  • Python 3.x
  • PyQt5
  • pandas

Running the Application

  1. Install the required dependencies using the following command:
    pip install -r requirements.txt
  2. Run the application using the following command:
    python wifi_profile_viewer.py
    

Usage

  • 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.

Contributing

Feel free to contribute to the project by submitting issues or pull requests.

License

This project is licensed under the GPL-3.0 License.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages