python使用wxpy统计微信好友信息

统计微信好友男女性别比例: from wxpy import * from pyecharts import Pie import webbrowser bot=Bot(cache_path=True) friends = bot.friends(update=False) male = female = other = 0 for i in friends: sex=i.sex i
相关文章
相关标签/搜索