You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> >>> **_leetcode.py_** is a Python command-line tool that simplifies your LeetCode journey by providing a seamless interface to access and solve LeetCode problems effortlessly.
4
+
5
+
## Features
6
+
7
+
***Problem Fetching:** LeetCode.py fetches the problem details directly from `leetcodeDb.json`~~LeetCode's official API, allowing you to access all the necessary information about a problem~~.
8
+
9
+
***Code Snippet Retrieval:** With LeetCode.py, you can easily retrieve code snippets for a specific problem.
10
+
11
+
***Code Editing:** You can modify and edit the code directly within the terminal, saving you the hassle of switching between multiple applications.
12
+
13
+
***ASCII Art:** LeetCode.py provides a beautiful ASCII art for each problem, making your coding experience more enjoyable.
14
+
15
+
***Language Support:** LeetCode.py supports only **Python**.
0 commit comments