Skip to content

AntonyGN/GUI-Wifi-Password-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wifi password GUI Application

This is a simple Python application that retrieves the wifi passwords for all saved networks on your macOS device and displays them in a graphical user interface (GUI). The passwords can also be copied to the clipboard for convenience.

Prerequisites

  • Python 3.6 or higher
  • Tkinter
  • Pyperclip

Installation

To install Tkinter and Pyperclip, you can use pip:

pip install tk
pip install pyperclip

Usage

To run the application, simply create an new workbook in juypter notebook and copy the scripts.

Screenshot

Here is a screenshot of the tkinter GUI of the application

Error handling

If the application encounters an error while retrieving a password, it will display an error message in the console.

License

This project is licensed under the MIT License

About

See Wifi Password Using Python GUI Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published