Metadata-Version: 2.4
Name: leetcode-terminal
Version: 0.1.2
Summary: LeetCLI - Solve, practice, and fetch LeetCode challenges from your terminal
Home-page: https://github.com/Chitransh2309
Author: Chitransh Saxena
Author-email: geniussaxena007@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: requests>=2.30.0
Requires-Dist: rich>=13.0.0
Requires-Dist: html2text
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# LeetCLI

**LeetCLI** is a command-line interface (CLI) tool to interact with [LeetCode](https://leetcode.com) directly from your terminal.  
You can search, view, download, run sample testcases, and submit solutions without opening a browser.

---

## Features

-Login/logout using your `LEETCODE_SESSION` cookie.

-List problems with pagination.

-Search problems by keyword.

-View problem description in Markdown.

-Download starter code for your preferred language.

-Run official sample testcases locally.

-Submit solutions to LeetCode.

-Show daily challenge and user stats.
---
## Installation

Install via pip:

```bash
pip install leetcode-terminal
