# CodeLib-Local **Repository Path**: lixuannan/CodeLib-Local ## Basic Information - **Project Name**: CodeLib-Local - **Description**: 我自用的 OJ 题目代码管理工具 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/Lixuannan/CodeLib-Local - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-29 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodeLib-Local ### 我自用的 OJ 题目代码仓库 [English](./README.md) [简体中文](./README_zh-CN.md) ## 支持的 OJ: - [x] [oiclass](http://www.oiclass.com) - [x] [HydroOJ](https://hydro.ac) - [x] [CodeForces](https://codeforces.com/) - [x] [UOJ](https://uoj.ac/) - [ ] [AtCoder](https://atcoder.jp) - [ ] ... 欢迎提交 issue 来督促我添加新 OJ 的支持哦~~ ## 使用方法: ### Windows: 打开发行版页面,下载并安装即可。 ### 其它系统: ```shell git clone https://github.com/Lixuannan/CodeLib-Local.git # 也可以是 https://gitee.com/lixuannan/CodeLib-Local.git cd CodeLib-Local pip3 install -r requirements.txt python3 main.py ```