mirror of
https://github.com/WMK965/965-Python-Learning-Repo.git
synced 2025-04-27 14:03:22 +00:00
构建Wordcloud_GUI项目
This commit is contained in:
parent
ee0ab4ca28
commit
2cc68ef29c
@ -2,7 +2,6 @@
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/Modules" isTestSource="false" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.11 (PythonLearning)" jdkType="Python SDK" />
|
||||
|
@ -10,8 +10,8 @@ root.withdraw()
|
||||
WcModule.size = 210
|
||||
WcModule.maxword = 75
|
||||
WcModule.font = "AdobeHeitiStd-Regular.otf"
|
||||
WcModule.file = "./resources/111.txt"
|
||||
WcModule.mask = "./resources/mask.png"
|
||||
WcModule.file = "../resources/111.txt"
|
||||
WcModule.mask = "../resources/mask.png"
|
||||
WcModule.stopwords = {'王勃', '一'}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user