Releases: KiriVoll/CheckFolderSize
Releases · KiriVoll/CheckFolderSize
v1.0.0
Release Notes
Initial Release
Description:
The first stable release of the CheckFolderSize.py utility — a Python console script for quickly analyzing subfolder sizes with support for Cyrillic characters, multithreading, and filtering.
🆕 New Features
-
Fast Size Calculation
- Recursive folder traversal using
os.scandir() - Ignores access errors and symbolic links
- Recursive folder traversal using
-
Parallel Processing
- Utilizes
ThreadPoolExecutor - Scans multiple subfolders simultaneously for speed
- Utilizes
-
Console Progress Bar
- Output format:
[current/total] Folder_Name - Overwrites the same line to avoid cluttering the console
- Output format:
-
Threshold Filtering
- By default, only folders ≥ 50 MB are displayed
- Threshold is easy to adjust directly in the code (or via CLI in a future update)
-
Cyrillic and Unicode Support
- Automatically sets the Windows console to UTF-8 encoding
- Ensures correct display of folder names in any language
Thank you for using!