Metadata-Version: 2.4
Name: csv-log-module
Version: 0.1.0
Summary: A simple CSV-based scoring log with beautiful rich terminal display
Project-URL: Homepage, https://github.com/yourusername/csv-log-module
Project-URL: Repository, https://github.com/yourusername/csv-log-module
Author-email: Your Name <your.email@example.com>
License: MIT
Keywords: csv,logging,rich,scores
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: rich
Requires-Dist: tabulate
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