It does what it says: explore disk usage. The backend is written in Python (3.7 or higher), and the frontend is written in HTML5.
Please note that this tool can't account for folders/files which it can't access, so the numbers may be actually larger. Furthermore, it only counts the size of the files themselves, not any filesystem metadata. With default settings, it will also only report the size of the file, not the space that the file consumes on disk.
-
Ensure you have Python 3.7
-
Run
du.py
-
Point your web browser to
http://localhost:8080
(should also open automatically) -
Wait for the program to process all of your filesystem. You should see live statistics update on the loading screen as the program works
-
After it is done, you should see the files in your root
C:
drive (or/
for *nix) -
The entry's heights are proportional to their size relative to the sizes of the folder(s) they contain
-
You can hover your mouse over entries to view further info
-
Folders are marked with a blue right edge
-
You can click on folders to view their contents. Note that on occasion the backend may need to look through your filesystem again (if it decided it wanted to forget it previously)
-
Click on a folder to the left of the currently opened folder to close it
-
Alt+Click on any entry to reveal it in explorer (Windows only)
-
Alter the
EXCLUDE_PATHS
list indu.py
to exclude folders as wanted -
Set
ACTUAL_SIZE_ON_DISK
toTrue
indu.py
to enable an experimental feature which attempts to report the actual space on disk, rather than the size of the file
"This software immediately helped me identify a plethora of useless and unwanted software/files on my computer, and has helped me free up 10% of my storage (more than 12gb). Highly recommended!"
GitHubMadHatter - Yash Agarwal