This module helps to organize the files that are randomly placed inside a specified folder.
Project description
junk-organizer
Requirements
python>=3.0
Installation
pip install junk-organizer
Usage
Organize a single folder
from JunkOrganizer import Organizer
Junk = Organizer()
Junk.organize('path/to/the/folder/')
Output
folder 'path/to/the/folder' has been organized!
Organize multiple folders
Pass a list of all folders that you want organize to the organize_more method.
folders = [
'path/to/a/folder/',
'path/to/another/folder/',
'path/to/one_more/folder/'
]
Junk.organize_more(folders)
Output
Organizing folders...
folder 'path/to/a/folder' has been organized!
folder 'path/to/another/folder' has been organized!
folder 'path/to/one_more/folder' has been organized!
Upcoming Updates
- Organize more files with more extensions.
- And many more.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
junk-organizer-0.0.1.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file junk-organizer-0.0.1.tar.gz.
File metadata
- Download URL: junk-organizer-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09fd4e882b4cd75acf5903f5f4cbe75beba138d4c35740e43482e02bb2d3a4bf
|
|
| MD5 |
b55bc05313eb60aabf6453193d0e86a3
|
|
| BLAKE2b-256 |
efc5869f13f1273b9e439455a96c9f28839db8945777687ba0516b8c43bd3fee
|
File details
Details for the file junk_organizer-0.0.1-py3-none-any.whl.
File metadata
- Download URL: junk_organizer-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d284cc50b9f4864f594c3e2d960f294267501df870bb17596bbd5f60c2ef0990
|
|
| MD5 |
85b9f101a451630d8aadad022708d0a0
|
|
| BLAKE2b-256 |
37477907670923abb404be028ca39ba640218891e24d4064f2d8d6435a0cd1f4
|