https://github.com/jtprogru/wifi-qr
Simple script for generate QR-code for connect to WiFi.
https://github.com/jtprogru/wifi-qr
python python3 qrcode qrcode-generator wifi
Last synced: about 2 months ago
JSON representation
Simple script for generate QR-code for connect to WiFi.
- Host: GitHub
- URL: https://github.com/jtprogru/wifi-qr
- Owner: jtprogru
- License: wtfpl
- Created: 2022-02-27T16:32:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:20:21.000Z (10 months ago)
- Last Synced: 2024-07-10T05:18:32.901Z (10 months ago)
- Topics: python, python3, qrcode, qrcode-generator, wifi
- Language: Makefile
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wifi-qr
[](https://github.com/psf/black)
[](https://github.com/jtprogru/wifi-qr/stargazers)
[](https://github.com/jtprogru/wifi-qr/issues)
[](https://github.com/jtprogru/wifi-qr/)Simple script for generate QR-code for connect to WiFi.
## Documentation
See code - this script is VERY simple :)
## Environment Variables
Before a running script, please create file `.env` like this:
```ini
export WIFI_SSID=MyHomeWiFiSSID
export WIFI_PASSWD=MyHomeWiFiPassword
```## Run locally
```shell
# Create virtual environment
# with default system Python 3.x
make venv
# Run QR-code generator
make run
```After running you can open PNG-file and scan this file with your smartphone.
## Feedback
For feedback please create [issues](https://github.com/jtprogru/wifi-qr/issues).
## Authors
- Michael (jtprogru) Savin
- :octocat: [@jtprogru](https://github.com/jtprogru)
- :bird: [@jtprogru](https://www.twitter.com/jtprogru)
- :moneybag: [s11l.me](https://s11l.me)## License
[WTFPL](LICENSE)