Skip to content
forked from bry012/file_mover

copies and removes files from source directory to destination directory based on file type

Notifications You must be signed in to change notification settings

Oteng/file_mover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FILE MOVER

Github Page:
http://bry012.github.io/file_mover/

This relatively simple python program easily moves multiple selected file types
from and to directories of choice. Features include simple copy along with copy+remove 
copied files from source directory. Multiple file types can be selected by separating 
each file type with a comma ",". File types can be excluded by preceding a file type with a "-".

ex.

.mp3,.m4a,.jpg  - all files with these extensions will be included

-.mp3,-.m4a,-.jpg - all files with these extensions will be excluded


This program also creates a database on the user's machine
named "file_mover.db.

Version info:
v. 0.8 - added exclusion feature and reusable file manipulation functions in copy.py

Installation:

bin folder contains .exe for windows. simply click file_mover.exe to lunch program 

Tested OS:
-Linux
-Windows

Please push all commits to the beta branch. Thank you.


About

copies and removes files from source directory to destination directory based on file type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Tcl 96.8%
  • Python 3.2%