Skip to content

WendyIcyV5/moveminute-exercise-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MoveMinute β€” Multi-Activity Exercise Tracker πŸƒ

A simple and private Streamlit app to log all kinds of physical activities β€” from running and hiking to rock climbing, badminton, swimming, and more.
Stay consistent, track your progress, and keep your data to yourself.

✨ Features

  • Quick logging: Date, activity type, duration (minutes), optional distance, and personal notes
  • Dashboard: Activity chart & breakdown
  • Personal records: Total minutes in the last 7 days & total running distance in the last 30 days
  • Offline-friendly: Local CSV storage with export option
  • Accessible UI: High-contrast design & keyboard-friendly navigation

πŸ›  Tech Stack

  • Backend/UI: Python + Streamlit
  • Data handling: pandas
  • Storage: Local CSV file (exercise_log.csv)

πŸš€ Quick Start

# Clone the repository
git clone https://github.com/WendyIcyV5/moveminute-exercise-tracker.git
cd moveminute-exercise-tracker

# Create and activate virtual environment
python -m venv .venv
# Windows PowerShell:
.venv\Scripts\Activate.ps1
# macOS/Linux:
source .venv/bin/activate

# Install dependencies and run
pip install -r requirements.txt
streamlit run app.py

About

A simple, private multi-activity exercise tracker built with Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages