/PythonMooshakEmulator

A way to recreate Mooshak to test python programs. Its main purpose is to help students develop their projects faster, with less hassle.

Primary LanguagePythonMIT LicenseMIT

PythonMooshakEmulator

A way to recreate Mooshak to test python programs. Its main purpose is to help students develop their projects faster, with less hassle.

Usage

Simply have a main.py file that has a main() function in the same folder as mooshak_emu.py. Then, to run the tests simply run mooshak_emu.py instead of main.py.