摘要: pip install wordcloud from wordcloud import WordCloud import numpy as np from PIL import Image wcd = WordCloud(backgound_color="white",repeat=True,max 阅读全文
posted @ 2022-04-24 22:34 anyiya 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1、安装Pyinstaller,在cmd窗口,输入指令“pip install pyinstaller”进行网络安装。 2、使用指令“pyinstaller -F D:\文件夹\xxx.py”生成exe文件 -F生成的有命令框,-Fw生成的没有命令框 3、等待生成完毕后,回到源文件目录,在dist目 阅读全文
posted @ 2022-04-24 17:00 anyiya 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 需求分析 Anyiya在上网课的日子里表现的十分懒惰,被叫醒时通常耳边还回荡着室友的呼唤:"anyi上课了!",已知anyi大部分课程老师都会使用腾讯会议,然后迷迷糊糊的小anyi总是在思考该进入哪一个会议号的过程中造成晚点现象。乐于用计算机解决问题的anyi决定手写一个脚本帮助自己进入该进入的腾讯 阅读全文
posted @ 2022-04-24 16:58 anyiya 阅读(928) 评论(0) 推荐(0) 编辑