Skip to content

A Windows desktop tool that scans a chosen folder and visualizes how space is used by files and subfolders with an interactive pie chart, making it easy to spot large items at a glance.

Notifications You must be signed in to change notification settings

robertbiv/File-Size-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Size Visualizer

A simple Windows desktop app to select a folder and visualize the size distribution of files and subfolders using a pie chart. Includes filtering by minimum file size and optionally applies to subfolders.

Features

  • Select a folder
  • Compute sizes of files and folders (recursive)
  • Filter items by minimum size (e.g., show only items larger than X MB)
  • Toggle whether filtering applies within subfolders
  • Pie chart visualization of size distribution

Requirements

  • Python 3.9+
  • Packages: matplotlib, pillow, humanize (optional)

Quick Start

# From the project folder
python -m pip install -r requirements.txt
python app.py

Notes

  • Large folders may take time to scan; progress is shown in the status bar.
  • System or permission-restricted paths may be skipped.

About

A Windows desktop tool that scans a chosen folder and visualizes how space is used by files and subfolders with an interactive pie chart, making it easy to spot large items at a glance.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages