Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```