Formpy provides a API for creating optical mark recognition (OMR) based forms with an intuitive interface.
Check out the full documentation on the read the docs page.
Install with
pip install formpy-omr
Use in your python files with:
import formpy
Check out the getting started page for a quickstart guide and some examples.