This program provides a simple way to move massive amounts of files from one directory to another directory without having to manually go into your directories and move each file one by one. With PythonFileMover all you have to do is open up your command line and run our simple commands to move your files around on your computer with ease. You can move massive amounts of files
Move massive amounts of files, either by extension(i.e. .txt ) or folder(i.e. WorkFiles) from one directory(I.E. C:/) to another directory (I.E. D:/) with only a few lines. Save yourself time from having to constantly copy and paste the files and get back to doing more important things!
- Move files from Directory A to Directory B with only a few commands.
- Move entire folders from Directory A to Directory B.
Note: Currently Python File Mover is only compatible on Windows devices Requirements: You will need to have GIT and PIP installed on your computer for our installation guide.
- Step 1: Clone the latest codebase from your github fork. | Git tutorial: https://rogerdudler.github.io/git-guide/ ✨
- Step 2: Install the dependencies using
pip install -r requirements.txt
| PIP tutorial: https://www.w3schools.com/python/python_pip.asp✨ - Step 3: Run
python main.py
in the project directory and the project is now ready for use. ✨
You will then be led to our very intuitive interactive mode! From the interactive mode, you can do the following
- ✨ Move large amounts of folders from Directory A to Directory B:
--move-files
- ✨ Move large amounts of files from Directory A to Directory B:
--move-folders
Our program is built to be simple and straight to the point. We designed an interactive mode that walks you through the entire process as soon as you type python main.py
.
Sort and move files by extension
By running the --move-files
command you will be able to move all files within your Windows Directory from one directory to another directory. We open up a GUI dashboard that lets you select the directories so you do not have to worry about having to remember where the directories are at on your computer.
Move folders from one directory to another directory
By running the --move-folders
command you will be able to more entire folders(and folders within folders) with just a few clicks of a button. Just select your two directories with our convenient GUI for selecting directories and type --begin to launch the program.
Thank you to all contributors to this project. It is with your time and effort that makes open source software great and heartwarming experience.