Skip to content

A python scripted CLI tool to organize your files.

License

Notifications You must be signed in to change notification settings

iamevs/File-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

File Organizer Using Python

This is a simple Python script for organizing files in a directory. It helps you keep your files organized by categorizing them into specific folders based on their file extensions.

How it Works

The script scans a specified directory for files and then moves them into subdirectories based on their file extensions.

Usage

  1. Clone this repository to your local machine or copy the code of organiser.py file.

  2. Open the organizer.py file in a text editor or IDE.

  3. Open a terminal or command prompt and navigate to the directory containing the organizer.py script.

  4. Run the script by executing the following command:

    python organizer.py
    
  5. Specify the directory to be organised, the script then move files to their respective folders based on their extensions.

TODO

  • SubDirectories (if user needed).
  • GUI using Python Gui

Feel free to contribute to this project by forking the repository, making improvements, and creating pull requests.

Note: Use this script with caution and make sure to test it on a sample directory before using it on important files. The script is provided as-is, and the author is not responsible for any data loss or damage caused by its usage.

About

A python scripted CLI tool to organize your files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages