Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unkn0wnn4m3/qr-wifi
- Owner: Unkn0wnN4m3
- Created: 2023-06-30T21:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-30T21:52:43.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:52:31.334Z (2 months ago)
- Topics: python, python3, qrcode, scirpt
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```