Metadata-Version: 2.4
Name: cmd_habit_tracker
Version: 1.1.0
Summary: Command-line habit tracker with AI suggestions, customizable tracking, and user-friendly interface.
Project-URL: Homepage, https://github.com/abdallacodes/cmd-habit-tracker.git
Author-email: Abdalla Egbareia <habitcmd@gmail.com>
License: MIT License
        
        Copyright (c) [year] [fullname]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE.MIT
Keywords: ai suggestions,ai-suggestions,analytics,behaviour change,behaviour-change,cli,command line,command line tool,command-line,command-line-tool,consistency tracker,consistency-tracker,cross platform,cross-platform,customizable,daily checklist,daily habits,daily-checklist,daily-habits,focus,goal setting,goal tracking,goal-setting,goal-tracking,habit building,habit manager,habit tracker,habit tracking,habit-building,habit-manager,habit-tracker,habit-tracking,healthy habits,healthy-habits,life optimization,life-optimization,lightweight,motivation,open source,open-source,personal development,personal-development,productivity,progress tracking,progress-tracking,python,python cli,python-cli,reports,routine tracker,routine-tracker,self improvement,self-improvement,statistics,task cli,task-cli,terminal app,terminal-app,time management,time-management,tracking tool,tracking-tool,tui,user friendly,user-friendly
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: platformdirs
Requires-Dist: requests
Requires-Dist: tabulate
Description-Content-Type: text/markdown

# 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

