ccheck-2l42h3r

A small C language exercise generator and checker


License
MIT
Install
pip install ccheck-2l42h3r==1.0.4

Documentation

ccheck

Quality Gate Status

Tool for generating and checking simple C language exercises.

Requirements

  • at least Python 3.7
  • Pip installed

Install from pip

python -m pip install ccheck-2l42h3r

Running from source without building

Install dependencies:

python -m pip install -r requirements.txt

Add project to PYTHONPATH (this depends on OS)

Run project as module:

python -m src.ccheck

Build from source

Install dependencies:

python -m pip install -r requirements.txt

Install/update build tools:

python -m pip install --upgrade build

Build:

python -m build

Files will be outputted to dist/

Install local package build

python -m pip install dist/ccheck_2l42h3r-VERSION-*.whl