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