Skip to content

A simple command line utility to move massive amounts of files on Windows PC

License

Notifications You must be signed in to change notification settings

malikrohail/Python-File-Mover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Version 0.3.5.1

forthebadge made-with-python

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!

Features

  • Move files from Directory A to Directory B with only a few commands.
  • Move entire folders from Directory A to Directory B.

How to Download

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.

Tutorial

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

Usage Example

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.

Contributors

Thank you to all contributors to this project. It is with your time and effort that makes open source software great and heartwarming experience.

Contributor 1
Austin Gomez(AustinCGomez)
Contributor 1
Sorena(sorena-dev)
Contributor 2
Mudassir Chapra(muddi900)
Contributor 3
Austin Burdette(burd5)

About

A simple command line utility to move massive amounts of files on Windows PC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%