Pynctual

https://img.shields.io/pypi/v/pynctual.svg https://img.shields.io/travis/hackcave/pynctual.svg Documentation Status Updates

Punctual attendance app

This is a python based project which is to monitor attendance using a fingerprint reader. The attendance system should allow multiple sign-in/sign-out for a person and at the end of day (2am) should report all the statistics of persons present and number of hours present. It should also have an option for a webhook where it can send sign-in/sign-out messages to a remote http service.

Features

  • TODO

The list of things before this can work:

  • [ ] CFFI to call libScanAPI.so
  • [ ] Basic cffi calls into libmndtct.a and libbozorth3.a
  • [ ] A python way of converting bmp to png for passing into libmndtct
  • [ ] SQLite integration for enrolling all the fingerprints and storing xyt
  • [ ] Ensure minimum level of quality of fingerprints at enroll time usng nfiq

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.