AtCoder 比赛助手。暂时只有中文版。/ This project is currently Chinese-only.
仓库地址:https://github.com/GoodCoder666/ACHelper
Gitee 镜像地址:https://gitee.com/goodcoder666/ACHelper
从Releases页面下载最新版的AtCoder Contest Helper,直接运行即可。
克隆存储库:
git clone https://github.com/GoodCoder666/ACHelper.git
cd ACHelper
# 网络情况不好可以选择用Gitee镜像:
git clone https://gitee.com/goodcoder666/ACHelper.git
cd ACHelper
安装依赖项:
pip install -r requirements.txt
运行程序:
python3 main.py
(Windows下请使用py main.py
)
API 文档参见apidocs.md。
- AtCoder 官网:https://atcoder.jp/
- 项目灵感来源于CCHv2(Codeforces Contest Helper)项目,在此特别感谢。