# EgoMetrics Personal metrics tracking tool. Currently tracks workout sessions. ## Requirements - Python 3.10+ - SQLite (bundled with Python) No external dependencies. ## Usage ``` python3 egometrics.py ``` ### Main menu 1. **Log Workout** — pick exercises, enter sets/reps/RPE/rest time/Last Set RPE for each 2. **View Sessions** — browse past sessions, view details, delete 3. **Manage Exercises** — add, edit, list, delete exercises ### Data All data is stored in `egometrics.db` (created on first run). Copy this file to use your data on another machine.