Skip to content

Automatically organize files into folders by type using a simple Python script. No setup, no dependencies.

License

Notifications You must be signed in to change notification settings

GeorgeLorentzos/FileOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FileOrganizer

  • A simple Python script to automatically organize files in a directory into folders by file type.

Features

  • Automatically sorts files into categories like Images, Documents, Videos, Audio, Archives, Scripts, and Others.
  • Creates folders based on file type if they don't exist.
  • Lightweight and easy to use.

Supported File Types

  • Images: .jpg, .png, .gif, .svg, etc.
  • Documents: .pdf, .docx, .txt, .xlsx, etc.
  • Videos: .mp4, .mkv, .avi, etc.
  • Audio: .mp3, .wav, .flac, etc.
  • Archives: .zip, .rar, .7z, etc.
  • Scripts: .py, .js, .sh, .java, etc.
  • Others: .exe, .apk, .log, .tmp, etc.

Usage

  1. Clone this repository:

    git clone https://github.com/GeorgeLorentzos/FileOrganizer.git
    cd FileOrganizer
  2. Run the script:

    python app.py

Make sure the script is in the same directory where the files to be organized are located.

About

Automatically organize files into folders by type using a simple Python script. No setup, no dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages