Skip to main content

A python package to get metadata of LeetCode problems

Project description

LeetCode Problem Info

Get information of LeetCode problems

Instructions

  1. Install:
pip install Leetcode-problem-info
  1. import
from LeetCode_problem_info import problem_info

initialize drive object to get problem data

drive = problem_info.Get_Info()

Get problem title using problem id

drive.problem_title(id)
Get problem details by entering problem id
drive.problem_details(id)

Output: ['Two Sum', '45.20%', 'Easy']

Get problem url by entering problem id

drive.problem_url(id)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LeetCode-problem-info-0.1.1.tar.gz (25.5 kB view hashes)

Uploaded Source

Built Distribution

LeetCode_problem_info-0.1.1-py3-none-any.whl (25.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page