Skip to content

tubakhxn/habit-tracker-cli

Repository files navigation

File: README.md

Habit Tracker CLI App

Track your daily habits from the command line! 🧘🏽‍♂️

Features

  • Add new habits
  • Mark habits as done for today
  • List all your habits
  • View streaks and completion stats

Installation

git clone https://github.com/tubakhxn/habit-tracker-cli
cd habit-tracker-cli
pip install click

Usage

python main.py add "Drink Water"
python main.py done "Drink Water"
python main.py list
python main.py stats

Tech Stack

  • Python 3
  • Click for CLI
  • SQLite for storage

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published