{"id":3841,"date":"2023-11-09T17:43:08","date_gmt":"2023-11-09T09:43:08","guid":{"rendered":"http:\/\/cnliutz.ipyingshe.net\/?p=3841"},"modified":"2023-11-10T21:50:31","modified_gmt":"2023-11-10T13:50:31","slug":"%e6%9c%ac%e7%ab%99%e4%ba%8c%e7%bb%b4%e7%a0%81%ef%bc%8c%e6%ac%a2%e8%bf%8e%e4%bc%a0%e6%92%ad","status":"publish","type":"post","link":"http:\/\/cnliutz.wicp.vip\/?p=3841","title":{"rendered":"\u672c\u7ad9\u4e8c\u7ef4\u7801\uff0cpython\u4ee3\u7801"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"370\" height=\"370\" src=\"http:\/\/cnliutz.ipyingshe.net\/wp-content\/uploads\/2023\/11\/qrcode.png\" alt=\"\" class=\"wp-image-3842\" srcset=\"http:\/\/cnliutz.wicp.vip\/wp-content\/uploads\/2023\/11\/qrcode.png 370w, http:\/\/cnliutz.wicp.vip\/wp-content\/uploads\/2023\/11\/qrcode-300x300.png 300w, http:\/\/cnliutz.wicp.vip\/wp-content\/uploads\/2023\/11\/qrcode-150x150.png 150w, http:\/\/cnliutz.wicp.vip\/wp-content\/uploads\/2023\/11\/qrcode-240x240.png 240w\" sizes=\"auto, (max-width: 370px) 100vw, 370px\" \/><figcaption class=\"wp-element-caption\">\u672c\u7f51\u5730\u5740\uff1ahttp:\/\/cnliutz.ipyingshe.net<\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>import qrcode\n\n# \u751f\u6210\u4e8c\u7ef4\u7801\ndata = \"http:\/\/cnliutz.ipyingshe.net\"\nimg = qrcode.make(data)\n\n# \u5c06\u4e8c\u7ef4\u7801\u4fdd\u5b58\u4e3a\u56fe\u7247\nwith open('qrcode.png', 'wb') as f:\n    img.save(f)\n    img.open(f)<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>import qrcode\nqr = qrcode.QRCode(version=1,box_size=10,border=5)\ndata = input(\"Enter the url you want as a QR code: \")\nqr.add_data(data)\nqr.make(fit=True)\nimg = qr.make_image(fill_color=\"black\", back_color=\"white\")\nimg.save(\"qrcode.png\")<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,11],"tags":[],"class_list":["post-3841","post","type-post","status-publish","format-standard","hentry","category-2","category-11"],"_links":{"self":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3841"}],"version-history":[{"count":4,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3841\/revisions"}],"predecessor-version":[{"id":3846,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3841\/revisions\/3846"}],"wp:attachment":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3841"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}