Metadata-Version: 2.4
Name: leetcode-terminal
Version: 0.1.0
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
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 lc
