Localleet

Local Leetcode Problems


Keywords
leetcode local algorithm interview selenium terminal
License
GPL-3.0
Install
pip install Localleet==1.0.0

Documentation

LocalLeet

LocalLeet is a command line interface for retrieval and submission of problems from https://leetcode.com/.

Installation

 $ pip install Localleet

Setup

Automatically create an leet.ini file in ~/.config/localleet/leet.ini

leet d 0

Fill in atleast the first two parameters:

ddir=C:/Leetcode
language=Python3
user=not_required
pass=not_required

Usage

Commands: leet <command>

  • [L]ist : List problems in order.
  • [I]nfo : Receives problem description and examples.
  • [D]ownload : Downloads the problem description and template.
  • [S]ubmit : Attempts to upload the current file for submission. Must be logged in.