top of page
Search

PYTHON CODING

  • Writer: waclaw_koscielniak
    waclaw_koscielniak
  • 6 days ago
  • 1 min read
import wifi_qrcode_generator.generator

qr_code = wifi_qrcode_generator.generator.wifi_qrcode(
    ssid='Home WiFi', hidden=False, authentication_type='WPA', password='complicated'
)
qr_code.print_ascii()
qr_code.make_image().save('qr.png')

Try to run it.
Try to run it.
















Nice looking qr code.
Nice looking qr code.





















 
 
 

1 Comment


Guest
6 days ago

Try to run it in your favorite Python compiler.

Like
bottom of page