An open API service indexing awesome lists of open source software.

https://github.com/wklee610/leetcode-cli

A Command-Line Interface (CLI) tool to browse and solve LeetCode problems directly from the terminal.
https://github.com/wklee610/leetcode-cli

cli cli-tool coding-practice coding-test leetcli leetcode leetcode-cli

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```

After installation, the CLI command is available as: leetcli Usage Run the CLI with:
```bash
leetcli
```

## Usage
Run the CLI with:
```bash
leetcli
```