Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 399 Bytes

File metadata and controls

16 lines (13 loc) · 399 Bytes

Habit Tracker App

A simple Habit Tracker application using Python and Tkinter.

Features

  • Add and track habits (placeholder)
  • Habit streaks (placeholder)
  • Analyze progress (placeholder)
  • Exit button

How to Use

  1. Run python habit_tracker.py
  2. Enter a habit in the input box
  3. Click "Add Habit"
  4. Use placeholder functions for streaks and analysis
  5. Click "Exit" to close the app