Skip to content

A little judge for your Python excercises

Notifications You must be signed in to change notification settings

Shadowz-git/KozaJudge

 
 

Repository files navigation

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

About

A little judge for your Python excercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%