Python Habit Tracker is a basic Python project that can log habits and accompanying metadata. This project provides a simple way to:
- Add/Delete habits
- Modify habit names, descriptions, goals, and tags
- Log habit completions
- Visualise progress
It used Tkinter to create an aesthetic GUI with a light and dark theme, and JSON to store habit data in a local JSON file.