Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danishi/my-atcoder-playground
My AtCoder playground
https://github.com/danishi/my-atcoder-playground
Last synced: about 1 month ago
JSON representation
My AtCoder playground
- Host: GitHub
- URL: https://github.com/danishi/my-atcoder-playground
- Owner: danishi
- License: mit
- Created: 2023-03-11T10:41:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T11:08:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:16:32.514Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My AtCoder playground
## Getting started 🚀
```bash
$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python main.py
```For Windows
```
> python -m venv venv
> venv\Scripts\activate
> pip install -r requirements.txt
> python main.py
```