@@ -19,20 +19,16 @@ $ pip install leetcode-study-tool
1919
2020## 💻 Usage
2121``` 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]
2624
2725Generates problems from LeetCode questions in a desired format.
2826
2927options:
3028 -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}
3632 The preset to use to generate problem(s) for. (default: None)
3733 --format {anki,excel}, -F {anki,excel}
3834 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`
7874- [X] Add support for exporting to an excel sheet
7975- [X] Add support for showing neetcode solutions on the back of the card as a
8076- [X] Add support for getting the difficulty of questions
77+ - [ ] Add support for Jinja templating formatters
78+ - [ ] Add NeetCode shorts
8179- [ ] Add support for fetching premium questions via authentification
8280- [ ] Add support for importing cards into Quizlet
8381- [ ] Add support for fetching questions by topic or tag
8482link
85- - [ ] Allow for the definition of custom formatters and outputs (including which fields are included or excluded)
8683- [ ] Reach 90% test coverage
8784
8885## 🔎 Other Usefull Stuff
0 commit comments