1.PIL模塊安裝php
選擇PILhtml
官方沒有支持python3.6的PIL庫,因此用pillow代替python
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillowwindows
連接:https://pan.baidu.com/s/1kW3BuzP 密碼:4o66code
windows 64位 python36:選擇Pillow?4.2.0?cp36?cp36m?win_amd64.whl下載,保存在Scripts文件夾下htm
而後在~\Python36\Scripts目錄下按Shift+鼠標右鍵,選擇【在此處打開命令窗口】輸入命令:blog
先升級pipip
python -m pip install --upgrade pip
安裝PIL模塊ci
pip install Pillow-4.1.0-cp36-cp36m-win64.whl
pillow配置完成後能夠導入pillow模塊使用pip
import Image, ImageFilter, ImageDraw, ImageFont, ImageEnhance, ImageFilter
高級用法:https://www.cnblogs.com/jeffkuang/articles/4859158.html
2.百度aip模塊安裝
pip install baidu_aip
3.安裝colorama模塊
pip install colorama
簡單使用:https://www.cnblogs.com/xieshengsen/p/6932233.html