A desktop application that organizes images and videos by modification year
and media type. Files are copied or moved into an automatically created
Organize/<year>/<Images|Videos>/ directory inside the selected source folder.
The application includes a source-folder preview, copy or move selection, processing status, and an activity log.
You can run the application directly without installing Python or any dependencies:
- Go to the Releases page.
- Download the executable
.exefile. - Run the file.
Note: Windows SmartScreen might display a warning since this is an unrecognized app. Click "More info" and then "Run anyway".
- Python 3.9+
- customtkinter
- Pillow
Create and activate a virtual environment:
python -m venv venv
venv\Scripts\activateInstall the required packages:
pip install -r requirements.txtpython main.py.
├── main.py
├── organizer_logic.py
├── ui_components.py
├── config.py
├── requirements.txt
├── Images/
│ ├── icon.ico
│ ├── folder_icon.png
│ ├── image_icon.png
│ └── video_icon.png
└── README.md
.png)