Content Based File level Data Backup in Python.
This is a utility to backup your files. It can do full and incremental backups.
It will take a directory as input, and will back up the files in that folder and all sub-folders to the backup destination directory.
It can compress each file individually while backing-up.
Mirrors the source directory structure under the target directory. Creates 1 archive file for each source file.
GUI Utility to Change file names in a directory with a search and replace function.
It was made to rename files in a directory where a part where in \"firstname lastname -title format\" and others in \"lastname, firstname, title\"
Bad experence with re