@@ -19,20 +19,16 @@ $ pip install leetcode-study-tool
19
19
20
20
## 💻 Usage
21
21
``` shell
22
- usage: leetcode-study-tool [-h]
23
- (--url URL | --file FILE | --preset {blind_75,grind_75,grind_169,neetcode_150,neetcode_all})
24
- [--format {anki,excel}] [--csrf CSRF] [--output OUTPUT]
25
- [--language LANGUAGE]
22
+ usage: leetcode-study-tool [-h] (--url URL | --file FILE | --preset {blind_75,grind_75,grind_169,neetcode_150,neetcode_250,neetcode_all}) [--format {anki,excel}]
23
+ [--csrf CSRF] [--output OUTPUT] [--language LANGUAGE]
26
24
27
25
Generates problems from LeetCode questions in a desired format.
28
26
29
27
options:
30
28
-h, --help show this help message and exit
31
- --url URL, -u URL The URL(s) or slug(s) of the LeetCode question(s) to generate
32
- problem(s) for. (default: None)
33
- --file FILE, -f FILE The file containing the URL(s) or slug(s) of the LeetCode question(s)
34
- to generate problem(s) for. (default: None)
35
- --preset {blind_75,grind_75,grind_169,neetcode_150,neetcode_all}, -p {blind_75,grind_75,grind_169,neetcode_150,neetcode_250,neetcode_all}
29
+ --url URL, -u URL The URL(s) or slug(s) of the LeetCode question(s) to generate problem(s) for. (default: None)
30
+ --file FILE, -f FILE The file containing the URL(s) or slug(s) of the LeetCode question(s) to generate problem(s) for. (default: None)
31
+ --preset {blind_75,grind_75,grind_169,neetcode_150,neetcode_250,neetcode_all}, -p {blind_75,grind_75,grind_169,neetcode_150,neetcode_250,neetcode_all}
36
32
The preset to use to generate problem(s) for. (default: None)
37
33
--format {anki,excel}, -F {anki,excel}
38
34
The format to save the Leetcode problem(s) in. (default: anki)
@@ -78,11 +74,12 @@ When generating an Excel output, the resulting questions are saved in an `.xlsx`
78
74
- [X] Add support for exporting to an excel sheet
79
75
- [X] Add support for showing neetcode solutions on the back of the card as a
80
76
- [X] Add support for getting the difficulty of questions
77
+ - [ ] Add support for Jinja templating formatters
78
+ - [ ] Add NeetCode shorts
81
79
- [ ] Add support for fetching premium questions via authentification
82
80
- [ ] Add support for importing cards into Quizlet
83
81
- [ ] Add support for fetching questions by topic or tag
84
82
link
85
- - [ ] Allow for the definition of custom formatters and outputs (including which fields are included or excluded)
86
83
- [ ] Reach 90% test coverage
87
84
88
85
## 🔎 Other Usefull Stuff
0 commit comments