Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lixuannan/codelib-local

A Problem's Code Library for Myself
https://github.com/lixuannan/codelib-local

acm beautifulsoup beautifulsoup4 code cpp csp csps ioi noip oi pyperclip pyside6 python python3 python311 qt requests

Last synced: 1 day ago
JSON representation

A Problem's Code Library for Myself

Awesome Lists containing this project

README

        

# CodeLib-Local

### A Problem's Code Library for Myself

[English](./README.md) [简体中文](./README_zh-CN.md)

## Support OJs :

- [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)
- [ ] ...

You can add issue to let me support more and more OJs, Have a good time ~~

## Usage :

### Windows :

Go to Releases Page and then download and install it.

### Other :

```shell
git clone https://github.com/Lixuannan/CodeLib-Local.git # https://gitee.com/lixuannan/CodeLib-Local.git is also able
cd CodeLib-Local
pip3 install -r requirements.txt
python3 main.py
```