Skip to main content

LeetCode Project Generator

Practice LeetCode Locally with Ease

LPG is a powerful tool that facilitates the generation of local solution and test files for LeetCode problems. Say goodbye to the web-based runner and hello to seamless local development. With LPG, you can write, test, and refine your solutions in the comfort of your own environment. A CLI tool created using Click.

Installation

From PyPI

pip install leetcode-project-generator

From source

python -m pip install setuptools, build
python -m build
python -m pip install ./dist/leetcode_project_generator-*-py3-none-any.whl

Usage

Installed package

lpg (--title_slug <problem title> | --url <problem url>) [--directory <project directory>] [--lang <language>] [--force] [--git-init] [--git-commit] [--git-commit-message <message>]

Local package

python -m lpg (--title_slug <problem title> | --url <problem url>) [--directory <project directory>] [--lang <language>] [--force] [--git-init] [--git-commit] [--git-commit-message <message>]

Explanation

"Title slug" refers to the dashed title of the LeetCode problem which can be found in the URL of the problem. E.g. for https://leetcode.com/problems/two-sum/description/, the title slug is two-sum.

The default language is C. For an updated list of supported languages, refer to the roadmap or the related issue. If using Bash, you must surround the URL with quotes, since the & symbol would be interpreted as an asynchronous command.

The project directory defaults to ~/Documents/Coding/{language_name}/. You may use use the template {language_name} when specifying the directory, and this will automatically be translated into the name of the language specified using --lang. E.g.: cpp -> C++. The project will be created in its own directory with the name of the title slug within this directory. This is unchangeable.

Example

If you want to initialise a project for https://leetcode.com/problems/two-sum/description/, then you might type:

lpg -d /path/to/project -l c 'https://leetcode.com/problems/two-sum/description/'

This will create a directory called /path/to/project/two-sum and fill it with C language skeleton files. In this case, specifying -l c is redundant since C is the default language.

For more syntax help, use the help option.

lpg --help

or

python -m lpg --help

Roadmap

Planned available languages:

  • python
  • python3 (thanks @dancikmad)
  • javascript
  • typescript
  • c
  • cpp
  • csharp
  • java
  • php
  • swift
  • kotlin
  • dart
  • golang (thanks @dancikmad)
  • ruby
  • scala
  • rust
  • racket
  • erlang
  • elixir

Contributing

Know any of the above langauges and want to help out? Your contributions will be greatly appreciated!

For more information on how to implement the language interface, refer to this issue. Then, fork this repository, make your changes and submit them as a pull request.

Testing

You can test all registered language interfaces (including your implementation) by running the test file found at src/lpg/interfaces/lang_test.py:

python -m unittest src.lpg.interfaces.lang_test

This uses the builtin unittest module and executes project generation for each language against an arbitrary list of LeetCode problems in a temporary directory, which is then cleaned up.

Thanks for reading!

Release files for leetcode-project-generator 1.6.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for leetcode-project-generator 1.6.0
File Size Uploaded
leetcode_project_generator-1.6.0.tar.gz 13.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for leetcode-project-generator 1.6.0
File Interpreter ABI Platform
leetcode_project_generator-1.6.0-py3-none-any.whl Python 3 none any Details

Total release size: 32.6 kB

Release files / leetcode_project_generator-1.6.0.tar.gz

Download URL leetcode_project_generator-1.6.0.tar.gz
Size 13.1 kB
Tags Source
SHA-256 checksum
How to use checksums
aaaf4a762e8c7fe95bea432c4b9e631d3f7735ab49461aca3d050632e3f3207e
BLAKE2b-256 checksum
How to use checksums
a572b46633a8165dbb9693ec819a5f768d72cfd8a821bbf04898d34793e6c034
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 23, 2025.

Transparency log

Release files / leetcode_project_generator-1.6.0-py3-none-any.whl

Download URL leetcode_project_generator-1.6.0-py3-none-any.whl
Size 19.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8a00b940d042e070493860c31988cad0e0e79e94a66fffb9cb2280ee09a37377
BLAKE2b-256 checksum
How to use checksums
99c80e18ce9bbdcf82040227530ee759449c2dcc40c12f82ea409bcc376294ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 23, 2025.

Transparency log

Release history Release notifications | RSS feed

This release

1.6.0 This release

2 release files

1.5.2

2 release files

1.5.1

2 release files

1.5.0

2 release files

1.4.5

2 release files

1.4.0

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page