File Organizer
File Organizer is a Python tool that organizes files in a directory based on their extensions. It can sort files into categories like images, videos, audio, text files, and archives. The organization can be done either at a single level or with nested folders.
Installation
You can install this package via pip:
pip install file-organizer
Usage
You can use the tool by importing it into your script:
from file_organizer import organize_files_by_extension
# Organize files with nested folder structure
organize_files_by_extension('path_to_directory', nested=True)
# Or use single-level organization
# organize_files_by_extension('path_to_directory', nested=False)
License
This project is licensed under the MIT License.
Release files for FileSortify 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| filesortify-0.1.1.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| FileSortify-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / filesortify-0.1.1.tar.gz
| Download URL | filesortify-0.1.1.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
540477c8fccbbc5ed9be6d82218afedc077065c076094ad56fc5575684d1d909
|
|
BLAKE2b-256 checksum How to use checksums |
7390dd117935f140fbd3ed31881b36a49daa1d3d32c03064c2655fbd30bd390e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.7
|
Release files / FileSortify-0.1.1-py3-none-any.whl
| Download URL | FileSortify-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
30d7e0bacfc5fb71a6cee6dd96f8ec7631eb78d9f50f67ea39c681de7ac5e03d
|
|
BLAKE2b-256 checksum How to use checksums |
1264175246418dd10d7a35e6504fa7a1f233dbe06d4e20f18f0eca158d7a9957
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.7
|