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
Built Distribution
File details
Details for the file movefiletoextensionfolder-1.0.2.tar.gz
.
File metadata
- Download URL: movefiletoextensionfolder-1.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85e9899d3752281933cb0c5a81e177f397ba608103d6e6e024660031ef863eca |
|
MD5 | bb815b1795faaa3032ef70aceccb9ef6 |
|
BLAKE2b-256 | 8462be7c479e25b359c7d23bf299b71fc37d505fe1a2d5f0702441a295e27e22 |
Provenance
File details
Details for the file movefiletoextensionfolder-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: movefiletoextensionfolder-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d54bf2a0434046dddd06412ebe206df17e24431829346b622d47d9791f07a25 |
|
MD5 | 070e78b6a8e57cae2f4112e8a601857b |
|
BLAKE2b-256 | e1b12e0c635b9b0f4b18b6eae55cb610650978026e871a4eec5e4255a129f64d |