Back to main

Files Mover

Python command-line program

Feb 2023

v1.0

Information

Published, Open-source, Personal project

Development Team

Kap Thang

Platforms

Access

Tech stack

Features

Target and move files based on extension

Target file types such as .docx, .txt, etc and move to a specified folder all at once.

Moved files log

The files moved are logged in a JSON text file for any restoration purposes.

Set a custom working directory

Determine your working directory to move files from and to for easier operation.

Description

I made this tool to get all file types with the same extension that are deeply nested within folders and subfolders. I needed them in one place for quick converting to another format then put them back. I couldn't find a tool that could easily do this so I created one myself.

Back to main