A serious weightlifting tracker built in Python. Designed to go beyond basic logging by surfacing progress trends, personal records, and intensity benchmarks using real training data.
Features
Track key exercises, volume, and intensity
Auto-calculate weekly summaries
Visualize trends and PRs
Flag high-intensity sessions
Easily extend to include RPE, notes, and more
Setup
Install dependencies:
pip install -r requirements.txt
Run
Navigate to the scripts/ folder and execute any .py file directly. All core analysis functions are isolated for reuse.
Like this project
Posted Jun 30, 2025
Developed a Python-based weightlifting tracker with advanced features.