Metadata-Version: 2.4
Name: habitflow
Version: 1.0.0
Summary: A privacy-first interactive terminal habit tracker with ANSI contribution heatmaps.
Author: Rajnish Singh
Project-URL: Homepage, https://github.com/rajnishsingh/HabitFlow
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# HabitFlow (PyPI Edition)

**HabitFlow** is a privacy-first interactive terminal habit tracker featuring ANSI-colored contribution heatmaps and local-first data persistence.

Designed and developed by **Rajnish Singh**.

---

## Installation

You can install HabitFlow directly from PyPI using:

```bash
pip install habitflow
```

*Note: Requires macOS and Command Line Developer Tools installed (compiled natively on your Mac).*

## Running the App

After installation, run the application from anywhere in your shell by simply typing:

```bash
habitflow
```

## Features

- **Dashboard & Heatmap**: View a 12-week GitHub-style activity contribution graph natively colored in your terminal.
- **Easy Check-in**: Mark habits complete and log journal notes.
- **Custom Schedule**: Daily, Alternate Days, or Custom Weekday checklists.
- **CSV Data Exporter**: Export habit histories instantly to CSV.

## License

This project is licensed under the MIT License.
