Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 829 Bytes

File metadata and controls

35 lines (25 loc) · 829 Bytes

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.
  • Clean Temporary file from system and folders .

Installation

pip install filefix

Tesecase Image

image

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.