Metadata-Version: 2.1
Name: cluttercatcher
Version: 0.1.1
Summary: A tool to clean unused files, imports, and dependencies from projects.
Home-page: https://github.com/Achu1ahm/cluttercatcher
License: MIT
Author: Asfaq Ahmed
Author-email: asfaqahmed128@gmail.com
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Repository, https://github.com/Achu1ahm/cluttercatcher
Description-Content-Type: text/markdown

# ClutterCatcher  

**ClutterCatcher** is a powerful Python tool that helps you clean up unused files, imports, and dependencies from your projects, making them leaner and more efficient.  

## 🎯 Features  
✅ Detect and remove **unused files** from your project  
✅ Supports multiple file types and project structures      

## 📦 Installation  

Install ClutterCatcher using **pip**:  

```sh
pip install cluttercatcher
```

## 🚀 Usage

To use ClutterCatcher, simply run the following command:
```sh
cluttercatcher <path_to_project>
```

## 📜 License

ClutterCatcher is licensed under the MIT License.
