A simple file migration tool. Given a directory full of different files, exports the files across the computer using destinations set by the user. This application was created for a specific user due to the needto constantly move and sift through the files in changing folders populated by different scraper\file downloaders. It allows you to view what files have been downloaded, delete any trash, and move them in bulk as needed. Ability to add\ delete support for new or old file types.
Made on win 10 with python 3.10
- Interface will display all files and directories of a given and predefined path.
- Ability to move selected files to Recycle Bin.
- Create and delete directories as needed.
- Easy selection of file types and destinantions.
- Complete no typing interface. (Destnations may still be typed.)
If a destination does not exist, it will be created. new directories can be quickly
created by first selecting the parent directory and typing in the name - Quick navigation of the instructions with real time updating.
- Ability to Add, Delete, Update destinations for a file type.
- Ability to change the path of the directory being supported "home path".
- Widgets should update according to any relative info, and only relative info when a file is selected a destination will display, if an instruction has been set. Will remain blank if not
- Only files in the supported path, "home path" will be regarded.
- JSon file viewer (The instructions\destinations may be hand edited and the program will adhere.)
- Maintains a log of all files moved with To: FROM: information.
- Log viewer
In its simplest terms this program is a graphical JSon editor that uses the data to carry out
the export of all relevent file types.