Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrischdi/wifi-qr-tex
CLI tool for creating a latex document containing information about a wifi connection.
https://github.com/chrischdi/wifi-qr-tex
Last synced: about 1 month ago
JSON representation
CLI tool for creating a latex document containing information about a wifi connection.
- Host: GitHub
- URL: https://github.com/chrischdi/wifi-qr-tex
- Owner: chrischdi
- Created: 2017-04-06T14:42:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T14:51:31.000Z (over 7 years ago)
- Last Synced: 2024-10-13T17:45:35.914Z (3 months ago)
- Language: Python
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WIFI-QR-Code latex document creator
This small cli-tool creates a simple latex-document containing wifi information.
Especially it creates a qr-code which could later be scanned by a smartphone to connect to the wifi.Example: [here](https://github.com/chrischdi/wifi-qr-tex/blob/master/document.pdf).
## QR-Code
The qr-code is created containing the following string:
```
WIFI:S:{};T:{};P:{};;
```The brackets are replaced by:
1. SSID
2. Password
3. Encryption (WEP or WPA)More [information](https://github.com/zxing/zxing/wiki/Barcode-Contents#wifi-network-config-android)
## Usage
```bash
./wifi-qr-tex.py wifi-qr-tex.py [-h] [-e {WPA,WEP}] [-d DESTINATION] [-l {de,en}] SSID PASSWORD
```