my_cloud.py 112 Bytes Edit 1 2 3 4 import wordcloud w = wordcloud.WordCloud(background_color="white") w.generate("hello") w.to_file("cloud.png")