Media Organizer is a desktop application that helps you organize your photos and videos into folders by date. It features a user-friendly graphical interface and supports organizing files by year, month, or day. The app can also help you find duplicate media files.
- Organize photos and videos by date (year, month, day)
- Choose custom source and destination folders
- Dry run mode to preview changes without moving files
- Find duplicate files
- Simple and intuitive GUI
-
Clone this repository:
git clone <repo-url> cd media_organizer
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python src/main.py
-
Use the GUI to select the source and destination folders, choose the folder structure, and start organizing your media files.
-
Use the duplicate finder to locate duplicate files in your collection.
- Python 3.7+
- PySide6
- Pillow
- scipy
This project is licensed under the MIT License.