Leetcode-Cli-Python A leetcode command line tool built by Python Installation git clone https://github.com/wshuail/leetcode-cli-python.git cd leetcode-cli-python pip install . Using the CLI command lc stat lc list --level easy lc show two-sum lc code two-sum lc test 1.two-sum.py lc submit 1.two-sum.py