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.
- Host: GitHub
- URL: https://github.com/piskoviste/pisek
- Owner: piskoviste
- License: gpl-3.0
- Created: 2019-12-20T12:51:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-18T19:58:58.000Z (3 months ago)
- Last Synced: 2026-02-18T23:51:34.941Z (3 months ago)
- Topics: competitive-programming, programming-competitions, task-preparation
- Language: Python
- Homepage:
- Size: 2.52 MB
- Stars: 23
- Watchers: 3
- Forks: 9
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.