# Python Log Analyzer CLI
A command-line tool to analyze log files and generate summary reports.
## Features
- Counts INFO, WARNING, and ERROR messages
- Finds most frequent error messages
- Generates terminal output and report file
- Accepts log file as CLI argument
## Usage
python main.py sample.log