Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lixuannan/codelib-local
- Owner: Lixuannan
- License: apache-2.0
- Created: 2022-12-13T06:45:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T02:58:51.000Z (3 months ago)
- Last Synced: 2024-08-23T03:48:12.707Z (3 months ago)
- Topics: acm, beautifulsoup, beautifulsoup4, code, cpp, csp, csps, ioi, noip, oi, pyperclip, pyside6, python, python3, python311, qt, requests
- Language: Python
- Homepage: https://gitee.com/lixuannan/CodeLib-Local
- Size: 886 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```