Skip to content

VictorViapiana/File-Organization-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

📁 File Organizer in Python

Python project that automatically organizes files within a specified folder based on their file extensions.

🚀 Features

Automated file movement: Scans the target folder and moves files to their designated category folders.

Categorization by extension: Pre-defined categories include:

📄 PDFs: Moves all .pdf files.

🖼️ Images: Moves image files (e.g., .png, .jpg, .jpeg).

🎬 Videos: Moves video files (e.g., .mp4, .mkv).

📦 Others: Catches and moves other miscellaneous file types.

🛠️ Technologies Used

Python: Core programming language.

📚 Libraries:

os: Used for interacting with the operating system to list files and get file extensions.

shutil: Used for moving files from the target directory to the destination folders.

▶️ How to Use:

python main.py

📎 Author

Developed by Victor Viapiana

GitHub: https://github.com/VictorViapiana

About

Projeto em Python para automação de organização de arquivos, separando-os por tipo em pastas específicas de forma automática.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages