kJudge : Local Judge CLI for CodeForces
Difference between en1 and en2, changed 2 character(s)
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↵

![logo](https://raw.githubusercontent.com/Byte-ne/kJudge/refs/heads/documentation/true_logo_small.png)↵
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.↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English kilobyte136 2026-04-14 13:16:18 1336
en3 English kilobyte136 2026-04-12 19:46:55 1447 Tiny change: ' a simple implement' -> ' a simple string & implement'
en2 English kilobyte136 2026-04-11 11:07:05 2 Tiny change: 'deforces, I am kilob' -> 'deforces, \nI am kilob'
en1 English kilobyte136 2026-04-11 11:06:40 1401 Initial revision (published)