Metadata-Version: 2.4
Name: csv-log-module
Version: 1.0.0
Summary: A simple CSV-based scoring log with beautiful rich terminal display
Author: Anton
Keywords: csv,logging,rich,scores
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: rich
Description-Content-Type: text/markdown

# csv-log-module

A simple CSV-based logging module for tracking scores (or any values) per person.

Features:
- Logs scores into a CSV file next to your script
- Beautiful colored table display using Rich
- Shows "—" in empty cells for clarity
- Saves a plain text version to `csv_log.txt`

## Installation

```bash
pip install csv-log-module