leetcode登录不上leet2git该存储库尝试自动化将您的leetcode答案与github集成所需的步骤。这包括:导入问题:生成问题文件,生成测试文件(仅限python3),更新自述文件,提交问题解决方案。使用单个命令为每个问题导入最新接受的解决方案。安装:要安装所需的库,请激活虚拟环境(推荐)并运行:pip install leet2git
。从源安装:要从源代码安装,请下载此存储库,导航到该文件夹并运行:pip install -e .[dev]
。用法:目前,在运行命令之前,需要在chrome或firefox上登录leetcode。leet2git --help
。Options: --version Show the version and exit. -s, --source-repository TEXT The path to the folder where the code will be saved.
Leetcode2Github工具详解
文件列表
leetcode2github-main.zip
(预估有个24文件)
leetcode2github-main
.gitignore
2KB
README.md
6KB
requirements-dev.txt
371B
.github
workflows
format.yml
442B
test.yml
431B
.pre-commit-config.yaml
125B
tests
暂无评论