my_cloud.py 121 Bytes Edit 1 2 3 4 5 import wordcloud w = ordcloud.WordCloud(background_color="white") w.generate("hell word") w.to_file("mycloud.png")