Metadata-Version: 2.1
Name: cmd_habit_tracker
Version: 1.0.1
Summary: Command-line habit tracker with AI suggestions, customizable tracking, and user-friendly interface.
Home-page: https://github.com/MomsSpughetti/cmd-habit-tracker.git
Author: Abdalla Egbareia
Author-email: habitcmd@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.MIT
Requires-Dist: datetime
Requires-Dist: pandas
Requires-Dist: tabulate
Requires-Dist: requests

# Command Line habit tracker

# IMPORTANT - Temporarily:
- Get a token from Hugging face: `<token>`
    - Navigate to: https://huggingface.co/settings/tokens
    - Sign up
    - Verify email
    - Add token - Choose token type: `read`
    - Save your token somewhere safe
- Define an environment variable:
    - Linux (Bash): `echo 'export HUGGING_FACE_TOKEN="<token>"' >> ~/.bashrc; source ~/.bashrc`
    - Windows (Command Prompt): `setx HUGGING_FACE_TOKEN "<token>"`

# Downloading:
- open command line (Prompt on windows / Terminal on Linux)
- run `pip install cmd-habit-tracker`

# Running the app
- open command line (Prompt on windows / Terminal on Linux)
- run `habits`

# DOCUMENTATION
- You can ask the app itself how to use it
- Start the app by running `habits`
- Run the command `docs`
- Ask a question

# HELP
- To see all possible commands run `help` after starting the program

