mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-14 16:34:35 +00:00
7 lines
112 B
Python
7 lines
112 B
Python
import pyqrcode
|
|
ip = "http://192.168.178.56:8000"
|
|
url = pyqrcode.create(ip)
|
|
print(url.terminal(quiet_zone=1))
|
|
|
|
|