/py_wifi_qr

a script that makes it easier to connect to a wifi network

Primary LanguagePythonMIT LicenseMIT

Static Badge GitHub Repo stars GitHub License

What is the goal of the project?

A QR code offers a quick and user-friendly way to connect devices to a network. Simply scanning the code eliminates the need to manually enter the SSID and password, saving time and minimizing errors. The use of encrypted information in the QR code improves security, while automated configurations simplify setup.

How to install the project?

  1. First clone the repository to a local directory on your computer.
git clone https://github.com/jcivitel/py_wifi_qr.git
  1. Open a Command Prompt (CMD) and execute the following command in the directory:
python -m venv venv
  1. In this step, you need to install the required python packages to provide the script with all it dependencies:
. venv/bin/activate
pip install -r reqirements.txt
  1. After installing the required packages, you can run the script with your <SSID> and password as <KEY>:
python main.py <SSID> <KEY>
  1. The script generates a QR code, which is opened directly with your standard image program.


Contributors

Contributors Display