4 Folder Media Comparison

This project is created for media transfer across different folders, despite the change of the file name, this program can identify whether the items from source folders are already migrated to destination folder by comparing the content inside, if not exists, the files will be automatically transfer to source folder. Multiple Source path and destination path is allowed for each run.

Demonstration

function-img
Tkinter UI to submit the source and destination path, Multiple Source path and destination path is allowed.

Language / Framework

PYTHON

Installed Packages

  • tkinter
  • glob
  • os
  • PIL
  • moviepy.editor
  • shutil
  • io

Challenges and Improvements

  • Performance and speed of the program is uncertain when the number of files is large.
  • Tkinter UI is not responsive when the size changed.
  • Limited file types
  • Accepted Image Types - '.jpg', '.jpeg', '.png', '.bmp' , '*.gif'
  • Accepted Video Types - ''.mp4', '.avi', '.mkv', '.mov'
  • Folder path have to input manually

More detail

Contact Me