Skip to content
/ yfie Public

A command-line app that creates Wi-Fi network connection QR codes.

License

Notifications You must be signed in to change notification settings

jahinzee/yfie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yfie

A command-line app that creates Wi-Fi network connection QR codes.

By default, the app will output the QR code as ASCII text to the terminal, but you can also export to an image, or simply get the unconverted connection code (if you need that for whatever reason).

NOTE: The app currently cannot generate codes for WPA2-EAP networks. This is a planned feature.

Installation

Use either pipx (recommended) or pip.

pipx install git+https://github.com/jahinzee/yfie.git  

Usage

usage: yfie [-h] -s SSID [-a {WEP,WPA}] [-p PASSWORD] [-i] [-v] [-t] [-r]
            [-o OUTPUT]

Generate and save Wi-Fi network connection QR codes.

options:
  -h, --help            show this help message and exit
  -s SSID, --ssid SSID  The SSID (name) of the Wi-Fi network.
  -a {WEP,WPA}, --auth {WEP,WPA}
                        The authentication method. If unspecified, network is
                        assumed to be unsecured.
  -p PASSWORD, --password PASSWORD
                        The network password; required if auth is either WPA
                        or WEP.
  -i, --hidden          Specifies a hidden network.
  -v, --invert-ascii    Invert the ASCII output colours.
  -t, --text            Instead of printing ASCII, print only the encoded
                        connection string.
  -r, --preview         Instead of printing ASCII, preview image with default
                        image viewer.
  -o OUTPUT, --output OUTPUT
                        Instead of printing ASCII, save image to a target
                        file.

NOTE: WPA2-EAP connections are currently unsupported.

About

A command-line app that creates Wi-Fi network connection QR codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages