Skip to content

liuchia/pykattis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pykattis A command line tool for testing and submitting kattis solutions. Based on kattis-cli.

Setup

Python 3.7 is required as well as the modules specified in requirements.txt. Like in kattis-cli, a .kattisrc file should be placed in the home directory. This file is obtained from https://open.kattis.com/download/kattisrc

Usage

Simply run python kattis XXX where XXX is the problem id which can be copied from a kattis problem's URL. This will bring the user into a REPL. The edit command 'e' will open the program specified by $EDITOR variable (or vim by default). The next most important commands are testing (t) and submitting (s). A sample workflow is shown in the gif above.

About

cli kattis submission tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published