CodeAlpha - Task Automation with Python Scripts
Project Overview
This is a Python-based File Automation Script developed as part of my internship at CodeAlpha. The application automatically scans a source folder and moves all image files into a dedicated organized folder, eliminating the need for manual file sorting.
Features
- Multi-Format Detection: Automatically identifies and moves .jpg, .jpeg, and .png files.
- Automated Directory Management: Creates the destination folder automatically if it doesn't exist.
- Safe File Relocation: Uses Python's shutil library to move files without risking data corruption.
- Completion Feedback: Prints a confirmation message for each file successfully moved.
How to Run
- Ensure you have Python 3.x installed.
- Clone this repository or download the
Automation_Script.pyfile. - Place your image files inside the
my_filesfolder. - Open your terminal or VS Code.
- Run the script using the command:
python Automation_Script.py
Technologies Used Language: Python 3 Libraries: os, shutil Version Control: Git & GitHub IDE: Visual Studio Code (VS Code)
Developed by Samson Dorcas as part of the CodeAlpha Software Development Internship.
Organization: CodeAlpha
Role: Python Programming Intern
Task: 03 - Task Automation