Skip to content

CatEars/kattis-command

Repository files navigation

tested with docker and pytest build status saythanks

Kattis-Command

Tool for managing your competitive programming library and kattis solutions

Do you want to skip submitting manually to kattis? Do you want to have a clean and nice structure for all your files when solving problems? Are you willing to support and use community created tools?

Main Goals

  • Easy to install, easy to use

  • Manage all non-programming related processes when working with Kattis

  • Easily extendable with plugins

Setup

Install through the use of pip. However you need to install it through pip3, which may not be installed on your computer. If you have apt-get installed you can run

$ sudo apt-get install python3-pip

After that you can install it with

pip3 install --user kattcmd

Or you can use virtualenv, but then you will need it whenever you want to use kattcmd.

Help I get "Command not found!"

If you have not configured to install with the --user flag before you might need to add ~/local/.bin to your path. The easiest way to do this is to append

export PATH=$PATH:~/.local/bin

to your .bashrc or .zshrc (if you are using bash/zsh respectively).

Usage

See instructions on commands inside docs

Contributing

See CONTRIBUTING.md

Releases

No releases published

Packages

No packages published

Languages