Hello codeforces, ↵
I am kilobyte↵
and this time i am back with a self made tool for competitive programmers who are tired of testing their code on online compilers or manual VSCode extensions,↵
↵
# kJudge: CLI Local Judge for Codeforces↵
↵
↵
kJudge is a command-line tool for local testing of codeforces solutions. It fetches samples, runs C++/Python/Java under time limits, generates diffs for WAs, and supports direct submission.↵
↵
**Repository**: https://github.com/Byte-ne/kJudge↵
↵
**Documentation**: https://byte-ne.github.io/kJudge↵
↵
## Features↵
- enables contest scaffolding↵
- fetches problems from codeforces↵
- has a watch command, runs everytime the file is saved↵
- has built in templates (can customize too)↵
- can be used in any environment or any IDE (as its a CLI)↵
↵
all guides available in [documentation](https://byte-ne.github.io/kJudge)↵
↵
## Setup↵
To download *kJudge*, all you need to do is goto https://github.com/Byte-ne/kJudge/releases and download the executable, then proceed to run it: ↵
It will add kJudge to your computer PATH, and enable global usage with all commands (read [documentation](https://byte-ne.github.io/kJudge))↵
↵
I will appreciate Feedbacks from everyone, as i am trying to Learn and Improve↵
over and out.↵
I am kilobyte↵
and this time i am back with a self made tool for competitive programmers who are tired of testing their code on online compilers or manual VSCode extensions,↵
↵
# kJudge: CLI Local Judge for Codeforces↵
↵
↵
kJudge is a command-line tool for local testing of codeforces solutions. It fetches samples, runs C++/Python/Java under time limits, generates diffs for WAs, and supports direct submission.↵
↵
**Repository**: https://github.com/Byte-ne/kJudge↵
↵
**Documentation**: https://byte-ne.github.io/kJudge↵
↵
## Features↵
- enables contest scaffolding↵
- fetches problems from codeforces↵
- has a watch command, runs everytime the file is saved↵
- has built in templates (can customize too)↵
- can be used in any environment or any IDE (as its a CLI)↵
↵
all guides available in [documentation](https://byte-ne.github.io/kJudge)↵
↵
## Setup↵
To download *kJudge*, all you need to do is goto https://github.com/Byte-ne/kJudge/releases and download the executable, then proceed to run it: ↵
It will add kJudge to your computer PATH, and enable global usage with all commands (read [documentation](https://byte-ne.github.io/kJudge))↵
↵
I will appreciate Feedbacks from everyone, as i am trying to Learn and Improve↵
over and out.↵



