Skip to main content

It will move all files in the source path to their respective ext folder in destination path provided

Project description

Move files from source Folder to provided destination folder

It will organise all files in source folder according to the extenstion of file, like all jpg will be in one folder all pdf will in one folder.

Installation

pip install movefiletoextensionfolder

How to use it?

from movefiletoextensionfolder import movefile as mf

source_folder_path = r'C:\Users\bhask\Downloads' + '\\'
target_folder_path = r'C:\Users\bhask\Downloads'
successvoicemsg="Hi Bhaskar all files moved Succesfully" 

mf.movefilefromsourcetodestination(source_folder_path,target_folder_path,successvoicemsg)

License

© 2021 kumar bhaskar

This repository is licensed under the MIT license. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

movefiletoextensionfolder-1.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

movefiletoextensionfolder-1.0.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page