We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699e515 commit 76640e9Copy full SHA for 76640e9
mood_tracker/README.md
@@ -0,0 +1,16 @@
1
+# Habit Tracker App
2
+
3
+A simple Habit Tracker application using Python and Tkinter.
4
5
+## Features
6
+- Add and track habits (placeholder)
7
+- Habit streaks (placeholder)
8
+- Analyze progress (placeholder)
9
+- Exit button
10
11
+## How to Use
12
+1. Run `python habit_tracker.py`
13
+2. Enter a habit in the input box
14
+3. Click "Add Habit"
15
+4. Use placeholder functions for streaks and analysis
16
+5. Click "Exit" to close the app
0 commit comments