leetcode-cli

Command-line tool for solving LeetCode problems and managing submissions

brewmacoslinux
Try with needOr install directly
Source

About

May the code be with you

Commands

lc

Examples

List all available LeetCode problems$ lc list
View a specific problem by ID or title$ lc show 1
Submit a solution to a problem$ lc submit path/to/solution.py