Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🗂️ Terminal File Organizer

A simple Python script that organizes files in your directory into subfolders based on their file type.
Example: .jpgImages/, .pdfDocuments/, .mp3Music/, etc.


Features

  • Automatically creates folders for each file type
  • Works on Windows, macOS, and Linux
  • Categorizes images, documents, videos, archives, and more
  • Less than 100 lines of Python code (Hacktoberfest-friendly 🎉)

Requirements

  • Python 3.6 or higher
  • No external dependencies (uses built-in modules: os, shutil, pathlib)

Installation

Clone this repository and navigate into the project folder:

git clone https://github.com/sumanth-0/100LinesOfPythonCode.git
cd 100LinesOfPythonCode
cd "#878_TERMINAL_FILE_ORGANIZER"

Run

python3 terminal_file_organizer.py