Skip to content

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

License

Notifications You must be signed in to change notification settings

abdelrahman0w/wifi-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published