QR-Code-Generator

所属分类:自动编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-01-22 21:22:31
上 传 者sh-1993
说明:  QR码发生器
(QR Code Generator)

文件列表:
BoilerPlateCodeForQRcode.py
GitHub.png

## To Clone use ``` git clone https://github.com/shoryasethia/QR-Code-Generator ``` ## Setup Install QR code library ``` pip install qrcode ``` # Enter the url here, inside double quotes ``` img=qrcode.make(" ") ``` # Example ## I am generating QR Code for my GitHub Profile ``` import qrcode img=qrcode.make("https://github.com/shoryasethia") img.save("GitHub.png") img.show() ``` ## Output ![My GitHub Profile QR Code](https://github.com/shoryasethia/QR-Code-Generator/blob/main/GitHub.png) # Save ## Save image using ``` img.save(" ") ``` Enter the file name within double quotes and don't forget to add `.png` in the end

近期下载者

相关文件


收藏者