abdelrahman0w / wifi-password

A python CLI package to generate a QR Code for the current Wi-Fi network or a new network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wi-Fi Password

Badge Badge Badge Badge

Description

A python CLI package to generate a QR Code for the current Wi-Fi network or a new network.

Installation

Linux/Unix

  1. Clone this repo.

    git clone https://github.com/Abdelrahman0W/wifi-password.git
  2. Change directory to the repo directory.

    cd wifi-password
  3. Install the package from current directory using pip

    python3 -m pip install wifi-password ./

Windows

Kindly note that there is an issue installing the package on windows that I am working on to fix. You can still use the package as mentioned in usage section.

Usage

Linux/Unix

  1. Run the python module.

    python3 -m wifi-password
    

Windows

As mentioned before there is an issue installing the package on windows so you have to run it from its local directory till the issue got resolved.

  1. Clone this repo.

    git clone https://github.com/Abdelrahman0W/wifi-password.git
  2. Change directory to the repo directory.

    cd wifi-password
  3. Run the python module.

    python3 -m wifi-password
    

Used Libraries

  1. Inquirer.
  2. qrcode.

Credits

This repo mainly inspired by my friend, Ibrahim Abou Elenein's repo: aboueleyes/wifi-password.

About

A python CLI package to generate a QR Code for the current Wi-Fi network or a new network.

License:MIT License


Languages

Language:Python 89.3%Language:Batchfile 10.7%