Metadata-Version: 2.4
Name: local-leetcode
Version: 0.1.0
Summary: LeetCode CLI tool to browse and solve problems from the terminal
Author-email: Lee Hajun <wklee610@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/wklee610/leetcode-cli
Project-URL: Repository, https://github.com/wklee610/leetcode-cli
Project-URL: Issues, https://github.com/wklee610/leetcode-cli/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: requests>=2.28
Requires-Dist: browser-cookie3>=0.17.1
Requires-Dist: tabulate>=0.9.0
Requires-Dist: beautifulsoup4>=4.12.0
Dynamic: license-file

# local-leetcode

**LeetCli**  
A Command-Line Interface (CLI) tool to browse and solve LeetCode problems directly from the terminal.

![Python](https://img.shields.io/badge/python-3.9+-blue)
![License](https://img.shields.io/badge/license-MIT-green)

---

## Features

LeetCli provides a convenient way to:

- Log in / log out to LeetCode
- Check user status and problem-solving progress
- Download problems (including the daily problem)
- Submit solutions
- Set a default programming language for submissions

---

## Installation

You can install LeetCli via **PyPI**:

```bash
pip install local-leetcode
