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.
- Host: GitHub
- URL: https://github.com/wklee610/leetcode-cli
- Owner: wklee610
- License: mit
- Created: 2025-10-06T13:09:52.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2025-10-08T13:19:14.000Z (14 days ago)
- Last Synced: 2025-10-08T14:34:04.529Z (14 days ago)
- Topics: cli, cli-tool, coding-practice, coding-test, leetcli, leetcode, leetcode-cli
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---
## 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
```