From 97e9ce5bb0385c893bb9d14928fa0016278f0aaa Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 1 Aug 2021 18:04:13 +0930 Subject: [PATCH] save project --- ahronbd.ttf | Bin 0 -> 50468 bytes bell.png | Bin 2070 -> 0 bytes my_cloud.py | 4 ++-- simkai.ttf | Bin 0 -> 11785184 bytes 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 ahronbd.ttf create mode 100644 simkai.ttf diff --git a/ahronbd.ttf b/ahronbd.ttf new file mode 100644 index 0000000..a0bd191 Binary files /dev/null and b/ahronbd.ttf differ diff --git a/bell.png b/bell.png index 552427f..ffe169e 100644 Binary files a/bell.png and b/bell.png differ diff --git a/my_cloud.py b/my_cloud.py index f9c5015..523320c 100644 --- a/my_cloud.py +++ b/my_cloud.py @@ -1,4 +1,4 @@ import wordcloud -w=wordcloud.WordCloud(background_color='white') -w.generate('hhhh') +w=wordcloud.WordCloud(background_color='white',font_path='simkai.ttf') +w.generate('哈哈哈') w.to_file('bell.png') \ No newline at end of file diff --git a/simkai.ttf b/simkai.ttf new file mode 100644 index 0000000..1aa018b Binary files /dev/null and b/simkai.ttf differ -- libgit2 0.25.0