Skip to content

Astri2/kattis-python-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kattis-python-loader

A quick script to automate kattis local test.

Install

git clone https://github.com/Astri2/kattis-python-loader.git

Getting started

# python3 main.py {problem_url or problem_name} {your_answer_file} [options ...] [unit_tests_to_run ...]
python3 main.py https://open.kattis.com/problems/basicprogramming1 answer.py
  • If your terminal supports text coloration, you can enable it by adding the -c option.

  • If you don't want to run all the unit tests, you can specify which ones you want to run. If you want to run them all, keep it empty.

$ python3 main.py https://open.kattis.com/problems/basicprogramming1 answer.py -c

$ python3 main.py basicprogramming1 answer.py 1 3

Contribution

Feel free to contribute to this project. You can do it by:

Reporting bugs

Suggesting new features

Implementing new features

Fixing bugs

Improving documentation

...

About

A quick script to automate kattis local test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%