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 destination folder provided
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 pyttsx3==2.6
pip install movefiletoextensionfolder
How to use it?
from movetoextensionfolder import movefile as mf
source_folder_path = r'C:\Users\bhask\Downloads' + '\\'
target_folder_path = r'C:\Users\bhask\Downloads'
mf.movefilefromsourcetodestination(source_folder_path,target_folder_path)``'
## 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.0.tar.gz
.
File metadata
- Download URL: movefiletoextensionfolder-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6f212cf0cb097a5bd4d6664f6c0c35c75fc68c474cc642da05f02320e59fd90 |
|
MD5 | b941e4ba7dec122c3038fa2d82fdebba |
|
BLAKE2b-256 | 5819a0298153794437d06bfbb031233b5a60f101c5336141b0d44b63a243961a |
Provenance
File details
Details for the file movefiletoextensionfolder-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: movefiletoextensionfolder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1aa2fa476bc018123ca09927f8fe11f0bb298386249b3aa43d8c6d1b16b1993 |
|
MD5 | f3cff46553267040dcba763b6e8b568e |
|
BLAKE2b-256 | c5410091485178e88db3761db56f02b197e9fc2bf7c88965ecfbe3b7e5bc409e |