A simple Habit Tracker application using Python and Tkinter.
- Add and track habits (placeholder)
- Habit streaks (placeholder)
- Analyze progress (placeholder)
- Exit button
- Run
python habit_tracker.py - Enter a habit in the input box
- Click "Add Habit"
- Use placeholder functions for streaks and analysis
- Click "Exit" to close the app