Skip to content

Unkn0wnN4m3/qr-wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi QR Generator

Generates qr codes to connect to your WiFi network

Dependencies

Usage:

# 1. Install dependencies within the virtual environment
pipenv install

# 2. Run the virtual environment
pipenv shell

# 3. Run the program
python3 -m qr-wifi --ssid <your_ssid> --security <WEB|WPA> --password <your_pass>