Skip to content

novel36/WiFi-Password-Retriever-1.0

Repository files navigation

WiFi-Password-Retriever 1.0

A Python script that uses pyautogui and pyperclip to automate the process of opening the Control Panel, searching for the ‘View network status’ option, and retrieving the password for a WiFi network connection

Control Panel Automation Tool to Grab WiFi Password

This Python script uses the pyautogui and pyperclip libraries to automate the process of opening the Control Panel, searching for the 'View network status' option, and retrieving the password for a WiFi network connection.

Table of Contents

Installation

To use this script, you will need to have Python installed on your computer. You can download Python from the official website.

Once you have Python installed, you can install the required dependencies by running the following command in your terminal:

pip install -r requirements.txt

This will install the pyautogui and pyperclip libraries that are required to run the script.

Usage To use the script, simply run it from your terminal using the following command:

python control_panel_automation.py

The script will open the Control Panel, search for the ‘View network status’ option, and retrieve the password for a WiFi network connection. The password will be printed to the terminal.

Contributing If you would like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.

License This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages