Metadata-Version: 2.4
Name: FileSorterX
Version: 0.1.6
Summary: A colorful CLI tool that groups files by extension.
Author: SWARAAJ ARORA
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# FileSorter

FileSorter is a simple and colorful command line tool that groups files by extension.

It uses Rich for styled terminal output.

---

## Features

- Groups files by extension
- Clean, sorted output
- Handles files with no extension
- OS module usage.
- Sorted folder display

### Installation

```bash
pip install FileSorterX
```

#### Usage

- Linux / macOS / Windows

```bash
cd "FOLDERPATH"
filesorterx
```
