This repository contains small automation scripts written in Python.
They are designed to solve everyday problems and demonstrate scripting skills.
-
File Renamer (
file-renamer/
)- Renames all files in a folder by adding a prefix/suffix.
-
Log Analyzer (
log-analyzer/
)- Reads a log file and summarizes error/warning counts.
-
Email Sender (
email-sender/
)- Sends emails using Python’s
smtplib
.
- Sends emails using Python’s
âš¡ Each script has its own README with instructions on how to run it.