A collection of beginner-friendly Python automation scripts for file handling, text analysis, and daily utility tasks.
This repository is created to demonstrate practical Python scripting skills, including file management, working with folders, reading files, using built-in Python modules, and automating repetitive tasks.
The file_organizer.py script organizes files in a selected folder based on their file types.
For example:
- Images are moved into an
Imagesfolder - Documents are moved into a
Documentsfolder - Videos are moved into a
Videosfolder - Audio files are moved into an
Audiofolder - Python files are moved into a
Python_Filesfolder - Other files are moved into an
Othersfolder
- Python scripting
- File and folder handling
osmoduleshutilmodule- Conditional logic
- Loops
- Basic automation
- Download or clone this repository.
- Open the project folder in VS Code or any code editor.
- Open terminal in the same folder.
- Run:
python file_organizer.py- Enter the folder path you want to organize.
Example:
C:\Users\YourName\Downloads
This project is part of my Python development portfolio. It shows how Python can be used to automate simple but useful daily tasks.
Muhammad Khubab Raza Python Development | Machine Learning Basics | LLM Integration