1、安装python3.6
2、安装vscode并配置python插件
3、安装WordClou蟠校盯昂d1.6.0。1.win+R打开运行,输入cmd进入命令行。2.输入pip install wordcloud,回车安装。
4、新建一个名为wordcloud的文竭惮蚕斗件夹,文件夹下新建main.py文件。在此文件夹下右键,点击open with code,用vs code打开项目。
5、编辑main.py,写入如下代码:importwordcloudword=wordcloud.WordCloud().generate烫喇霰嘴('''WhenIdocounttheclockthattellsthetime,Andseethebravedaysunkinhideousnight;WhenIbeholdthevioletpastprime,Andsablecurlsallsilver'do'erwithwhite:WhenloftytreesIseebarrenofleaves,Whicherstfromheatdidcanopytheherd,Andsummer'sgreen,allgirdedupinsheaves,Bornonthebierwithwhiteandbristlybeard;ThenofthybeautydoIquestionmake,Thatthouamongthewastesoftimemustgo,Sincesweetsandbeautiesdothemselvesforsake,Anddieasfastastheyseeothersgrow;Andnothing'gainstTime'sscythecanmakedefenceSavebreed,tobravehimwhenhetakestheehence.''')#三引号之间的文本,换成你想要的文本pic=word.to_image()pic.show()
6、在vscode的编辑页面右上角有一个绿色箭头标志,点击即可运行代码,得到词云图片。