An open API service indexing awesome lists of open source software.

https://github.com/goodcoder666/achelper

AtCoder 比赛助手。
https://github.com/goodcoder666/achelper

Last synced: 10 months ago
JSON representation

AtCoder 比赛助手。

Awesome Lists containing this project

README

          

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/GoodCoder666/ACHelper/pyinstaller.yml?branch=main) ![Python Version](https://img.shields.io/badge/Python%20Version-3.10-brightgreen)

# 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)

## 屏幕截图

![1](./screenshots/1.png)

## 快速上手

### 下载构建好的程序运行(支持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

[![Star History Chart](https://api.star-history.com/svg?repos=GoodCoder666/ACHelper&type=Date)](https://star-history.com/#GoodCoder666/ACHelper)