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
Close
Hashes for movefiletoextensionfolder-1.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8d1f0b3252a155928bfb8ae097a21f509d850fcd2d29a6856446e7862fe9812 |
|
MD5 | df4a2a12fcb0f3e922ad2ac2eafd2401 |
|
BLAKE2b-256 | 236745c494b3f677f9d01aa3b49e87ab078f43127a69baac087332a42e96b498 |