Metadata-Version: 2.4
Name: filefix
Version: 0.1.1
Summary: A CLI toolkit to organize files effectively.
Home-page: https://github.com/Cyrus-spc-tech/FileFixer.git
Author: 
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: pyyaml
Requires-Dist: datetime
Requires-Dist: rich
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# FileFix

A Python library to organize files in a directory based on their file type.
It will help to organize and manage files in a more organized way so that users can easily find and access their files.

## Features

- Organize files in a directory based on their file type.
- Clear the directory by removing empty directories.
- Show statistics about files in the directory.
- Add a new file category.
- Remove a file category.
- Undo organize files in a directory.

## Installation

```bash
pip install filefix
```

## Contributing

(Open Source Project) Anyone can contribute to this project.

- Fork the repository.
- Create a new branch.
- Make your changes.
- Commit your changes.
- Push your changes.
- Create a pull request.
