Profile Photo

Vishesh Jain

Software Developer

🚀 CLI Tool: LeetCode Helper!

Blog Post Image
🚀 Excited to Introduce My New CLI Tool: LeetCode Helper!

I'm thrilled to share LeetCode Helper, a command-line tool that makes coding practice more efficient! 💻
This tool fetches problem explanations, solutions, and C++ code from LeetCode, organizing everything neatly into a solution.md file. 📂

✨ Key Features:
Retrieve explanations, solutions, and C++ code via Gemini API.
Automatically create folders named after the problem number.
Store data in a structured, reusable format for future reference.

🛠️ How to Use:
1️⃣ Install the tool using pip:
 pip install vishesh
2️⃣ Set up dependencies (one-time setup):
 vishesh leetcode-help-setup
3️⃣ Fetch solutions for a specific problem:
 vishesh leetcode-help-
💡 Example:
 vishesh leetcode-help-1
GitHub Repo Link

Comments