Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / level3-lesson21-diy1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 5b67c0a5 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

auto save

parent 6b1fbc15
Hide whitespace changes
Inline Side-by-side
Showing with 14 additions and 2 deletions
  • 1.png
  • 6x2.png
  • STXINGKA.TTF
  • my_cloud.py
1.png 0 → 100644
View file @ 5b67c0a5
1.png

72.7 KB

This diff is collapsed. Click to expand it.
6x2.png
View file @ 5b67c0a5
6x2.png

125 Bytes | W: 0px | H: 0px

6x2.png

74.5 KB | W: 0px | H: 0px

6x2.png
6x2.png
6x2.png
6x2.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed. Click to expand it.
STXINGKA.TTF 0 → 100644
View file @ 5b67c0a5
File added
This diff is collapsed. Click to expand it.
my_cloud.py
View file @ 5b67c0a5
import wordcloud
\ No newline at end of file
import wordcloud
from PIL import Image
import numpy
f=open('python二级考试大纲.txt','r',encoding='utf-8')
n=f.read()
i=Image.open('1.png')
print(i)
w=wordcloud.WordCloud(background_color='lightgreen',font_path='STXINGKA.TTF')
w.generate(n)
w.to_file('6x2.png')
f.close()
v=numpy.array(i)
print(v)
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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