DiskAnalyzer is a PyQt-based GUI application that helps users identify the largest folders on their drives, enabling them to reclaim disk space easily.
- Analyze any specified drive for folder sizes.
- Display the largest folders in an easy-to-read format.
- Navigate through folders for deeper analysis.
- Clone the repository:
git clone https://github.com/oop7/DiskAnalyzer.git
- Navigate to the project directory:
cd DiskAnalyzer
- Run the application:
python DiskAnalyzer.py
An executable version of the application is available in the Releases section. You can download it directly and run it without needing to install Python or dependencies.
-
Enter the drive you want to analyze (e.g., C:) and click the Analyze Drive button.
-
The application will display the largest folders on the specified drive, allowing you to click on any folder to analyze its contents further.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
PyQt5 for the GUI framework.