Metadata-Version: 2.1
Name: leetdaily-cli
Version: 0.1.0
Summary: A CLI tool to view and interact with LeetCode's daily challenge.
Home-page: https://github.com/system1970/Leetcode-Daily-CLI
Author: Prabhakaran K
Author-email: prabhakaran.code@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# LeetCode Daily CLI

A simple CLI tool to view and interact with LeetCode's daily challenge.

## Features

- View today's LeetCode daily problem with descriptions, constraints, and links.
- Open the daily problem in your browser for manual submission.
- Clean and readable output using the `rich` library.

## Installation

Install the package using `pip`:

```bash
pip install leetcode-daily-cli
```
