mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
QR code files ADDED
This commit is contained in:
parent
f8b0890194
commit
42c878aa61
0
scripts/QR_code_generator/README.md
Normal file
0
scripts/QR_code_generator/README.md
Normal file
6
scripts/QR_code_generator/qr_code.py
Normal file
6
scripts/QR_code_generator/qr_code.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
import qrcode
|
||||||
|
|
||||||
|
link = input("Paste Your URL Here: ")
|
||||||
|
img = qrcode.make(link)
|
||||||
|
name_img = input("Name of img: ")
|
||||||
|
img.save(name_img)
|
Loading…
Reference in New Issue
Block a user