Skip to content

DejanJandric/File-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📁 File Organizer Automation

Simple Python script that moves/organizes all your file types stored in the Downloads folder location.

🔹Basic tasks that the script can do:

• Scans the DOWNLOADS_DIR and moves files into subfolders based on the FOLDER_MAP.

• Create all destination folders first.

• Iterate over all items in the Downloads folder.

• Check if the extension is in our map.

• Move the file(s).

🔹Requirements:

• Python 3.x

• No external dependencies; uses standard libraries (shutil, pathlib).

🔹## Installation

• Clone or download this script.

• Run the script in an environment where Python 3 is installed.

• It will automatically organize files in your system's default Downloads folder.

🔹## Tech Stack

Language: Python

Libraries: Shutil, Pathlib

🔹## Badges

MIT License

About

Simple Python scripts that automatically organizes all files in custom folder

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages