Commit d4a56c66 by BellCodeEditor

save project

parent 4ce6a0c2
Showing with 5 additions and 0 deletions
......@@ -3,3 +3,7 @@ import wordcloud
w = ordcloud.WordCloud(background_color="white")
w.generate("hell word")
w.to_file("mycloud.png")
imp = Image.open("bell.png")
data = numpy.array(img)
img_colors = wordcloud.ImageColorGenerator(data)
w=wordcloud.WordCloud(background_color="white",colo)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment