From 2cc68ef29cf10b09b5dc2ad82ca202cfb818e577 Mon Sep 17 00:00:00 2001 From: 965 Date: Fri, 26 May 2023 02:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BAWordcloud=5FGUI=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/pythonProject1.iml | 1 - Wordcloud_GUI/main.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.idea/pythonProject1.iml b/.idea/pythonProject1.iml index a8719cd..ff009a2 100644 --- a/.idea/pythonProject1.iml +++ b/.idea/pythonProject1.iml @@ -2,7 +2,6 @@ - diff --git a/Wordcloud_GUI/main.py b/Wordcloud_GUI/main.py index 37710fd..7f5d3ea 100644 --- a/Wordcloud_GUI/main.py +++ b/Wordcloud_GUI/main.py @@ -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 = {'ηŽ‹ε‹ƒ', 'δΈ€'}