part_58:python_第三方模塊

python支持第三方模塊,可以下載導入第三方模塊,直接應用。 例1:qrcode import qrcode img = qrcode.make('http://www.baidu.com') img.save('hello.png') 代碼運行後,會在當前文件夾下生成一個,hello.png 圖像文件,該文件爲百度連接的二維碼 例:itchat import random import tim
相關文章
相關標籤/搜索