Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.35 KB

DiskAnalyzer

DiskAnalyzer is a PyQt-based GUI application that helps users identify the largest folders on their drives, enabling them to reclaim disk space easily.

Features

  • Analyze any specified drive for folder sizes.
  • Display the largest folders in an easy-to-read format.
  • Navigate through folders for deeper analysis.

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/oop7/DiskAnalyzer.git
  1. Navigate to the project directory:
cd DiskAnalyzer
  1. Run the application:
python DiskAnalyzer.py

🔽 Executable Version*

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.

💻 Usage

  1. Enter the drive you want to analyze (e.g., C:) and click the Analyze Drive button.

  2. The application will display the largest folders on the specified drive, allowing you to click on any folder to analyze its contents further.

❓ Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

📙 Acknowledgments

PyQt5 for the GUI framework.