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