A Python-based interactive tool to analyze disk usage on your system. This script helps identify large files and directories, enabling you to free up valuable disk space. It provides an intuitive interface to explore the largest directories, enter custom paths for deeper analysis, or quit at any time.
- Top 10 Largest Items: Displays the largest files and directories in a given path.
- Interactive Navigation: Navigate further into a directory by selecting it from the top 10 list.
- Custom Path Analysis: Enter any custom path to analyze disk usage in that specific location.
- Error Handling: Skips inaccessible files or directories and handles invalid paths gracefully.
- Python 3.x installed on your system.
- Administrator/root privileges to analyze system-level directories.
- Clone the repository:
git clone https://github.com/ravikkr18/Interactive-Disk-Usage-Scanner.git cd interactive-disk-usage-scanner
- sudo python3 scan.py