# ACHelper **Repository Path**: goodcoder666/ACHelper ## Basic Information - **Project Name**: ACHelper - **Description**: AtCoder 比赛助手。本仓库为镜像仓库,详见下方GitHub主页。 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://github.com/GoodCoder666/ACHelper - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-25 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)