Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unkn0wnn4m3/qr-wifi

WiFi QR code generator
https://github.com/unkn0wnn4m3/qr-wifi

python python3 qrcode scirpt

Last synced: 16 days ago
JSON representation

WiFi QR code generator

Awesome Lists containing this project

README

        

# WiFi QR Generator

Generates qr codes to connect to your WiFi network

## Dependencies

- [python3](https://www.python.org/downloads/)
- [pipenv](https://pypi.org/project/pipenv/)
- [qrcode](https://pypi.org/project/qrcode/)

## Usage:

```bash
# 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 --security --password
```