/wifiPwd

Primary LanguagePython

A Tool to check your saved Wi-Fi password. The tool is developed using Python and PyInquirer. The tool automatically checks the required software to run, if it is not found it suggests downloading it.

working of wifiPWD

Learn How to Use Poetry https://pratikpathak.com/python-poetry-example/
Learn all about the project from here WifiPWD Full Tutorial

Requirements

  • Windows
  • Python3.9 (Download from here: Python3)

Features

  • One Script Tool
  • Prerequisite Checker
  • Interactive Commandline Menu

Installation

Install the required packages using the command 👇

pip install -r requirements.txt

or

Install via Poetry 👇

poetry install

Did you run into an error? Install Poetry using

pip install poetry

How to run?

Use command

python main.py

or

python3 main.py

or

Double Click on main.py