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

https://github.com/piskoviste/pisek

Tool for developing tasks for programming competitions.
https://github.com/piskoviste/pisek

competitive-programming programming-competitions task-preparation

Last synced: 3 months ago
JSON representation

Tool for developing tasks for programming competitions.

Awesome Lists containing this project

README

          

# Pisek ⏳

Tool for developing tasks for programming competitions.

## Installation

Pisek requires Python 3.12 or newer. You can install it with pip:
```bash
pip install pisek
```

## Usage

You can create a task skeleton with:
```bash
pisek init
```

Test the task in the current directory with:
```bash
pisek test
```

## Docs

See our [user documentation](https://piskoviste.github.io/pisek/) for more details.