Skip to content

LaithALhaware/File-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“‚ File Organizer

Alt Text

A simple Python script to automatically organize files into categorized folders based on their extensions. ๐Ÿš€

โœจ Features

  • โœ… Moves files into categories (๐Ÿ“ธ Images, ๐Ÿ“„ Documents, ๐ŸŽฅ Videos, etc.).
  • โœ… Supports multiple file formats.
  • โœ… Easy to use: Just provide the directory path.

๐Ÿ›  Installation

  • Open CMD ๐Ÿ–ฅ๏ธ
Operating System Steps
Windows ๐Ÿ’ป 1. Press Windows + R to open the "Run" dialog box.
2. Type cmd and hit Enter.
3. The Command Prompt (CMD) will open.
Alternatively, you can search for "Command Prompt" in the Start menu and click to open it. ๐Ÿ”
4. To navigate to the Desktop, type cd %USERPROFILE%\Desktop and hit Enter. ๐Ÿ“‚
Linux ๐Ÿง 1. Press Ctrl + Alt + T to open the terminal.
2. Alternatively, search for "Terminal" in your applications menu. ๐Ÿ’จ
3. To navigate to the Desktop, type cd ~/Desktop and hit Enter. ๐Ÿ“‚
  • Clone the repository or download the project files to your local machine ๐Ÿ“‚ :
git clone https://github.com/LaithALhaware/File-Organizer.git
cd 'File-Organizer'

โ–ถ๏ธ Usage

1๏ธโƒฃ Run the script:

python organizer.py

2๏ธโƒฃ Enter the directory path you want to organize.

3๏ธโƒฃ The script will sort the files into appropriate ๐Ÿ“‚ folders.

๐Ÿ“Œ Example

Before:

Downloads/
โ”œโ”€โ”€ photo.jpg
โ”œโ”€โ”€ document.pdf
โ”œโ”€โ”€ song.mp3

After running the script:

Downloads/
โ”œโ”€โ”€ Images/
โ”‚   โ””โ”€โ”€ photo.jpg
โ”œโ”€โ”€ Documents/
โ”‚   โ””โ”€โ”€ document.pdf
โ”œโ”€โ”€ Music/
โ”‚   โ””โ”€โ”€ song.mp3

๐Ÿ”ง Requirements

  • Python 3.x ๐Ÿ

๐Ÿ“ License

This project is licensed under the License. See the LICENSE.txt โš–๏ธ file for details.


โค๏ธ Support This Project

If you find this project useful, consider supporting its development:

๐Ÿ’ฐ Via PayPal: [PayPal Link]

Your support helps keep this project alive! ๐Ÿš€๐Ÿ”ฅ

About

This Python script is designed to help you organize files ๐Ÿ“‚ in a specific directory by automatically sorting them into different folders ๐Ÿ“ based on their file extensions ๐Ÿ”„.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages