经过python中的itchat+pillow实现微信好友头像爬取和拼接

首先是在python3 下运行的效果,调用itchat模块进行爬取微信上的头像,调用pillow,用于拼接头像python 若是没有安装itchat,能够经过命令行安装:pip install itchat微信 实现微信好友头像爬取和拼接的效果:app import itchat import os import PIL.Image as Image from os import listdir
相关文章
相关标签/搜索