mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-18 18:24:52 +00:00
4 lines
109 B
Python
4 lines
109 B
Python
import pyqrcode
|
|
ip = "http://192.168.178.56:8000"
|
|
url = pyqrcode.create(ip)
|
|
print(url.terminal(quiet_zone=1)) |