Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.16 KB

File metadata and controls

53 lines (33 loc) · 1.16 KB

FileOrganizer

FileOrganizer

Automatically organize files using a Python script.


Overview

FileOrganizer is a lightweight Python utility that helps users organize files in a directory based on their file types. It eliminates the need for manual sorting by automatically moving files into categorized folders such as Documents, Images, Videos, and more.

This project is ideal for keeping directories clean and improving file management efficiency.


Features

  • Automatically detects file types using file extensions
  • Organizes files into predefined folders
  • Supports multiple file categories
  • Simple and easy to run
  • Cross-platform (Linux, Windows, macOS)

Tech Stack

  • Language: Python 3
  • Libraries: os, shutil
  • Platform: Cross-platform

Installation

Prerequisites

  • Python 3.8 or higher
  • Git

Note: Installation of Python and Git may vary depending on the operating system.

Clone the repository:

image
git clone https://github.com/imran601021/FileOrganizer.git
cd FileOrganizer
python main.py