Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo & Video Organizer

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.

Preview

The application includes a source-folder preview, copy or move selection, processing status, and an activity log.

📥 Download for Windows

You can run the application directly without installing Python or any dependencies:

  1. Go to the Releases page.
  2. Download the executable .exe file.
  3. Run the file.

Note: Windows SmartScreen might display a warning since this is an unrecognized app. Click "More info" and then "Run anyway".

🛠️ Installation

Create and activate a virtual environment:

python -m venv venv
venv\Scripts\activate

Install the required packages:

pip install -r requirements.txt

Run

python main.py

Project Structure

.
├── 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

About

A Python script that automatically scans, sorts, and organizes images and videos into year-based folders.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages