Metadata-Version: 2.4
Name: arborsort
Version: 0.1.1
Summary: A lightweight CLI tool to classify and organize files into folders based on their file types.
Author-email: Izzoudine KANTA <izzoudine.kanta@epitech.eu>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# arborsort

A lightweight CLI tool to classify and organize files into folders based on their file types.

## Features

- Automatically sorts files into categorized folders (Images, Videos, Documents, etc.).
- Supports a wide range of file types and extensions.
- Simple and fast command-line interface for easy file organization.
- Helps keep your directories clean and well-structured.

## Installation

Install via pip:

```bash
pip install arborsort
```


Run the `classify` command to organize files in a directory:

```bash
arborsort classify path/to/your_directory
```
