Skip to content

Latest commit

 

History

History
84 lines (53 loc) · 1.42 KB

File metadata and controls

84 lines (53 loc) · 1.42 KB

🤖 Python Automation Projects

A collection of beginner-friendly Python automation projects built to practice automation, file handling, basic NLP concepts, and the Python os module.

📂 Projects Included

📌 Project A – File Renamer Bot

Description: A simple Python script that automatically renames image files using a predefined naming pattern.

Key Concepts:

  • Python Loops
  • Lists
  • File Renaming Logic
  • String Formatting

📌 Project B – Resume Skill Extractor (NLP Automation)

Description: A basic resume parser that checks whether predefined skills are present in a resume text.

Key Concepts:

  • Basic NLP
  • String Matching
  • Python Loops
  • Conditional Statements

📌 Project C – AI Auto Directory Creator

Description: Creates a standard folder structure for AI/ML projects automatically using Python.

Key Concepts:

  • Python os Module
  • Folder Automation
  • Directory Management

🛠️ Technologies Used

  • Python 3
  • OS Module
  • Basic NLP Concepts

🚀 How to Run

  1. Clone this repository.
  2. Open any project folder.
  3. Run the Python file:
python filename.py

📚 Learning Outcomes

  • Python Automation
  • File Handling
  • Directory Creation
  • Basic NLP
  • Problem Solving

👨‍💻 Author

Ramakant Rathore

B.Tech CSE (Artificial Intelligence)

Passionate about Python, AI, Automation, and Problem Solving.