A python package to get metadata of LeetCode problems
Project description
LeetCode Problem Info
Get information of LeetCode problems
Instructions
- Install:
pip install Leetcode-problem-info
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for LeetCode-problem-info-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cdc84d995880c08405c0bebf2384d2fd39968066697e0ac300269c760d44bca |
|
MD5 | d5ae7f60c471532c98a9466b72948016 |
|
BLAKE2b-256 | e9ff4443018ed1b5dcc453d280003736557e06a63c91672f22e62aa1817bab73 |
Close
Hashes for LeetCode_problem_info-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e2302428b29e1400e9c540c84813f15b0bcab323123115590aee7b3a7b52d73 |
|
MD5 | 5b641c48efbeb0af882b594176e98c01 |
|
BLAKE2b-256 | 513b2f807b00be90402ed85df6f88a15b53dbc0318b924b05e0c12dd113dd18b |