Small PyQt program put together to copy all files of specified extension in a folder and subfolders to another one.
Designed to not overwrite existing file.
Easy way to gather all your files dispatched in root folder and sub.
- Download folder or clone
- cd yourself to the main directory
- Install or run straight from directory.
- install with
pip install .
- run with
python -m mover
- install with