https://github.com/goodcoder666/achelper
AtCoder 比赛助手。
https://github.com/goodcoder666/achelper
Last synced: 10 months ago
JSON representation
AtCoder 比赛助手。
- Host: GitHub
- URL: https://github.com/goodcoder666/achelper
- Owner: GoodCoder666
- License: gpl-3.0
- Created: 2022-12-25T06:56:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T02:02:41.000Z (about 3 years ago)
- Last Synced: 2025-02-14T21:54:57.762Z (12 months ago)
- Language: Python
- Size: 159 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
# AtCoder Contest Helper
AtCoder 比赛助手。**暂时只有中文版。**/ This project is currently **Chinese-only**.
仓库地址:[https://github.com/GoodCoder666/ACHelper](https://github.com/GoodCoder666/ACHelper)
Gitee 镜像地址:[https://gitee.com/goodcoder666/ACHelper](https://gitee.com/goodcoder666/ACHelper)
## 屏幕截图

## 快速上手
### 下载构建好的程序运行(支持Windows、MacOS)
从[Releases](https://github.com/GoodCoder666/ACHelper/releases)页面下载最新版的AtCoder Contest Helper,直接运行即可。
### 从源代码运行
克隆存储库:
```shell
git clone https://github.com/GoodCoder666/ACHelper.git
cd ACHelper
# 网络情况不好可以选择用Gitee镜像:
git clone https://gitee.com/goodcoder666/ACHelper.git
cd ACHelper
```
安装依赖项:
```shell
pip install -r requirements.txt
```
运行程序:
```shell
python3 main.py
```
(Windows下请使用`py main.py`)
## API
API 文档参见[apidocs.md](./apidocs.md)。
## 特别鸣谢
- AtCoder 官网:[https://atcoder.jp/](https://atcoder.jp/)
- 项目灵感来源于[CCHv2](https://github.com/CodeforcesContestHelper/CCHv2)(Codeforces Contest Helper)项目,在此特别感谢。
## Star History
[](https://star-history.com/#GoodCoder666/ACHelper)