构建Wordcloud_GUI项目

This commit is contained in:
965 2023-05-26 02:27:30 +08:00
parent ee0ab4ca28
commit 2cc68ef29c
2 changed files with 2 additions and 3 deletions

View File

@ -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" />

View File

@ -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 = {'王勃', ''}