This app will organize files by user choice of media type, file extension, resolution, and more. The user will be able to assign actions to sorted media, like changing label, renaming, adding metadata.
Make sure you have the following libraries installed:
- Pillow for image handling (pip install Pillow)
- opencv-python for video resolution (pip install opencv-python)
- colorama for colored console output (pip install colorama)
- piexif for editing JPEG metadata (if you want to add metadata; pip install piexif)