Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

MakeQR

Generate WiFi Access QR Codes

Installation

pip install makeqr -U

Usage example

To test that installation was successful, try:

makeqr --help

or

makeqr wifi --help

Command line command

Command

makeqr -p wifi --ssid ABC --password Tfsjfklasdjfklasdest -s wpa2

Output

 __   __  _______  ___   _  _______  _______  ______
|  |_|  ||   _   ||   | | ||       ||       ||    _ |
|       ||  |_|  ||   |_| ||    ___||   _   ||   | ||
|       ||       ||      _||   |___ |  | |  ||   |_||_
|       ||       ||     |_ |    ___||  |_|  ||    __  |
| ||_|| ||   _   ||    _  ||   |___ |      | |   |  | |
|_|   |_||__| |__||___| |_||_______||____||_||___|  |_|

DATA MODEL
{"ssid": "ABC", "security": "wpa2", "password": "Tfsjfklasdjfklasdest", "hidden": false}

QR STRING
WIFI:S:ABC;P:Tfsjfklasdjfklasdest;T:WPA;;

RESULT
                                                              
  ██████████████        ████  ██████  ██████  ██████████████  
  ██          ██    ██  ██████████        ██  ██          ██  
  ██  ██████  ██  ██████  ██  ██      ████    ██  ██████  ██  
  ██  ██████  ██  ██  ██      ██  ████    ██  ██  ██████  ██  
  ██  ██████  ██  ██    ██    ██    ████████  ██  ██████  ██  
  ██          ██  ██  ██████    ██  ████  ██  ██          ██  
  ██████████████  ██  ██  ██  ██  ██  ██  ██  ██████████████  
                  ██  ██████    ████  ██                      
  ██  ██████████      ██      ████████        ██████████      
        ██  ██  ██  ██    ██    ████  ██████  ██  ██  ████    
  ██    ██  ████████    ████    ██████      ████  ████        
  ██████    ██  ██  ██  ██    ██      ██  ██████  ██    ████  
  ██          ██  ████  ██  ██    ████  ██      ████████      
        ██  ██    ██████  ██████    ████████    ████  ████    
    ██  ████  ████  ██████  ██  ██  ████  ██    ██    ██      
    ████  ████          ██    ██████    ██  ██      ██        
    ██████    ██  ████████████  ██████  ██      ██  ██  ████  
  ██      ████        ██    ████  ██████████████  ██    ██    
  ██      ██  ████    ██  ████  ████            ██  ████      
  ██  ██████        ██████    ██      ██████████  ██      ██  
  ██  ████  ██████      ████    ██████    ██████████████      
                  ██  ██    ██    ██  ██  ██      ██  ██      
  ██████████████      ██  ██████████  ██████  ██  ██  ██      
  ██          ██  ████  ██  ██  ████    ████      ████        
  ██  ██████  ██  ██  ██      ████  ██    ██████████    ████  
  ██  ██████  ██  ██    ████      ██      ██      ██    ████  
  ██  ██████  ██  ██    ██    ████  ████  ██  ████████  ██    
  ██          ██    ██  ██    ██████      ████      ██  ██    
  ██████████████  ██  ██        ██  ██  ██    ██  ██          

Docker container

docker run ghcr.io/shpaker/makeqr:4.0.1 -p link https://t.me/shpaker

As python module

from makeqr import MakeQR, QRMailToModel

model = QRMailToModel(
  to='foo@bar.baz',
  subject='Awesome subject!',
)
qr = MakeQR(model)
data: bytes = qr.make_image_data()

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

makeqr-4.1.0rc1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

makeqr-4.1.0rc1-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file makeqr-4.1.0rc1.tar.gz.

File metadata

  • Download URL: makeqr-4.1.0rc1.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.9.15 Linux/5.15.0-1022-azure

File hashes

Hashes for makeqr-4.1.0rc1.tar.gz
Algorithm Hash digest
SHA256 06d6f722de59b942dfdb65b1aa925c16b6b4e1e1f319d3e542c00a12a569040b
MD5 76e8090989cf20f0e0daf4e81ef2787f
BLAKE2b-256 8f1327f6fec1d2ab57d5151db93d8a6231b6c7b260125ba7c8e5f8e3257686b8

See more details on using hashes here.

File details

Details for the file makeqr-4.1.0rc1-py3-none-any.whl.

File metadata

  • Download URL: makeqr-4.1.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.9.15 Linux/5.15.0-1022-azure

File hashes

Hashes for makeqr-4.1.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 807466daaa1df54be7ad85209fade735d29130455571dccc8d5ea212751aa113
MD5 6a9e96753bd25d78042a7b5910bee977
BLAKE2b-256 83bbe81e75349b6872d81554f7d67ba21c0ed9742a9b72991d69287895edf0a8

See more details on using hashes here.

Release history Release notifications | RSS feed

5.0.0

2 files

4.4.1

2 files

4.4.0

2 files

4.3.1

2 files

4.3.0

2 files

4.2.1

2 files

4.2.0

2 files

4.1.0

2 files

This release

4.1.0rc1 This release

2 files

4.0.3

2 files

4.0.2

2 files

4.0.1

2 files

3.0.2

2 files

3.0.1

2 files

3.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page