Skip to content

vishalkallem/Extract-and-Copy-Files-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract and Copy Files using Python

This simple python scripts helps you to automate the work of copying all the files of single types under different directories into a single directory.

How to use:

  1. Download the script.py file on to your local system.
  2. Open the script.py file.
  3. Set the source directory path to current_dir. For Ex: 'C:/' - This checks your entire C Drive.
  4. Set the destination directory path to destination_dir. For Ex: 'D:/' - The files will be copied here.
  5. Set the extension types you want to search to extensions. For Ex: '.srt', '.mp4', '.mp3' etc.
  6. Run the script.py file.
  7. Voila! The files are copied to the destination directory.

About

This python script automates the work of copying the files of similar types to another directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages