diy2.py 117 Bytes Edit 1 2 3 4 import wordcloud w=wordcloud.WordCloud(background_color="white") w.generate("hello word") w.to_file("mycloud.png")