Portfolio-friendly lab for practical Python scripts that solve real workflow, file, reporting, and operations problems.
The purpose of this repository is to build small, understandable tools with clean documentation, tests where useful, and clear examples of how they can help in IT and DevOps work.
- File and folder organization
- CSV parsing and reporting
- Log analysis
- System inventory helpers
- Small command-line tools
- Automation patterns that transfer to IT operations
| Folder | Purpose |
|---|---|
src/automation_lab/ |
Reusable Python code |
scripts/ |
Runnable command-line scripts |
tests/ |
Basic tests for reusable code |
examples/ |
Sample input/output files that are safe to share |
notes/ |
Learning notes and project ideas |
Run the starter health check script:
python scripts/system_health_summary.pyThis repo should show practical Python ability: readable scripts, clear problem statements, and automation habits that fit DevOps and systems administration work.