Skip to content

albizzy/file_organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Organizer

A simple tool to organize files in directories based on their extensions.

Installation

You can install the package via pip:

pip install file_organizer_tool

Usage

  • Using in a Python Script:
from file_organizer_tool.organizer import organize_files

# Specify the directory you want to organize
directory_to_organize = "specify path to directory"

# Call the organize_files function
organize_files(directory_to_organize)
  • using from command line
file-organizer-tool "specify path to directory"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages