Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 634 Bytes

File metadata and controls

16 lines (12 loc) · 634 Bytes

Python Bash Automation

Overview

Collection of small automation and testing tools implemented in Python and Bash. Demonstrates practical skills in scripting, Linux usage, test automation and CI — relevant for roles in test automation, DevOps and backend engineering.

Projects

  1. System Monitor — Python script that logs CPU, memory and disk usage.
  2. Clean Logs — Bash script to backup and clean log files.
  3. Data Validation — Python + PyTest script that validates CSV data.

Quick start

1) Clone repo

git clone https://github.com/ilhamitto1/python-bash-automation.git
cd Data_Automation