Filefish: file management toolbox

A versatile file management toolbox developed in Python. This toolbox is built to handle a wide range of file operations efficiently and provides a robust API for seamless integration with other projects. I started this project to practice Test-Driven Development (TDD) and pytest, and it is growing into a powerful tool for my other projects.

The toolbox is a work in progress, continuously evolving with new features added as needed. It aims to support a comprehensive range of general file operations applicable to all types of files, while also offering specialized functionalities tailored for handling images and text files. Future enhancements will focus on expanding its versatility and ensuring it remains adaptable to diverse file management requirements.

Current features:

  • Image resizing, cropping, resampling

  • Image filtering

  • Detection of images

  • Inspection of images' sizes and shapes

  • Copying, moving, deletion and renaming of files

  • Finding subdirectories, hiding and unhiding files and directories

Planned features:

  • File comparison

  • File compression

  • Tagging media files

  • File damaging

  • Image augmentation

  • Image conversion

  • Image compression