Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.82 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.82 KB

KozaJudge

Wait... what is a Koza? It is a sheep in Polish.

KozaJudge is a basic (also probably stupid) solutions checker for Python excerises. Made by ❤️ for Unical first year Computer Science students.

How to use it

Before downloading the repository, organise your exercises and solutions folder. One folder for the exercises and the second one for the solutions.

The structure of the solutions folder is this:

Testcases/
├── excercise1/
│   ├── excercise1_1.in
│   ├── excercise1_1.out
│   ├── excercise1_2.in
│   └── excercise1_2.out
├── excercise2/
│   ├── excercise2_1.in
│   ├── excercise2_1.out
├── excercise3/
│   ├── excercise3_1.in
│   ├── excercise3_1.out

Exercises/
├── excercise1.py
├── excercise2.py
├── excercise3.py

For each testcase there is a file with {name_excerise}_{testcase_number}.in and {name_excerise}_{testcase_number}.out

After that, clone the repository and follow the istructions' program.

To do List:

If you would like to contribute to this project, here there is a list of things to do.

  • Translate the readme in italian.

  • Test it on windows.

  • Deploy it as a Python Package or make it able to install it on local machine (or maybe make a GUI).

  • Insert a sort of guide before entering the paths in the setup.

  • Create a sort of debug mode for us

  • Make a decent logo.

  • Add license

Contributors