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
相關文章
相關標籤/搜索