這是一個基於 Python 和 Tkinter 的文件夾分析器,可以遍歷指定的文件夾,忽略指定的子文件夾和副檔名,並將其樹狀結構寫入文字檔。
- 選擇要分析的文件夾,可以手動輸入文件夾路徑或使用瀏覽按鈕。
- 選擇要輸出結果的文字檔,可以手動輸入檔案路徑或使用瀏覽按鈕。
- 可以新增要忽略的子文件夾和副檔名,也可以在列表框中刪除已存在的忽略條件。
- 按下「分析文件夾」按鈕,即可開始分析文件夾,並將結果寫入指定的文字檔中。
- Python
- Tkinter
- 作者:John
- 電子郵件:[email protected]
歡迎訪問我的 GitHub 頁面。
This is a folder analyzer based on Python and Tkinter, which can traverse a specified folder, ignore specified subfolders and file extensions, and write the folder tree structure into a text file.
- Select the folder to analyze, either by manually entering the folder path or using the browse button.
- Select the output text file for the result, either by manually entering the file path or using the browse button.
- Add subfolders and file extensions to ignore, or delete existing ignore conditions in the list box.
- Click the "Analyze Folder" button to start analyzing the folder and write the result to the specified text file.
- Python
- Tkinter
- Author: John
- Email: [email protected]
- Visit my GitHub page for more information.