Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 606 Bytes

File Organizer

This Python Script automatically organizes files in specified path in one go.

What you can do with it?

  • Add a shortcut in your terminal for automatically organizing files
  • Schedule the script to execute at a particular time every day
  • Keep your files organized..? :P

How it Works?

  1. It takes path from the User
  2. Scans the files in that path
  3. Checks each file's extension and moves them in their respective folder accordingly

Usage

python organize.py <dir_path>

Examples

python organize.py ~/Downloads

Requirements

  • Python 3.8