A simple command-line habit tracker that helps users track daily activities with schedules, view progress, and reflect weekly โ without guilt or pressure.
โ Multiple activities (e.g. Coding, Reading, Gym) ๐ Weekly schedules (choose which days each activity is planned) ๐ Daily logging (Completed / Missed) ๐ฅ Current streak tracking ๐ Completion rate calculation ๐ Weekly summaries ๐ง Gentle weekly insights (no daily shaming) ๐พ Data saved locally using JSON ๐งช Unit tests with pytest
Python 3 JSON (local storage) pytest (testing)