How to implement Fingerprint in kivy python

This page summarizes the projects mentioned and recommended in the original post on /r/kivy

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PyJNIus

    Access Java classes from Python

  • I am not aware of any good example code for this, but you can access platform-specific APIs with pyjnius (android) and pyobjus (ios). This should allow you to implement fingerprint authentication using Google/Apple APIs for those platforms -- for Windows, Linux, MacOS you probably will need to research other solutions for doing this with Python (it doesn't really involve kivy)

  • pyobjus

    Access Objective-C classes from Python

  • I am not aware of any good example code for this, but you can access platform-specific APIs with pyjnius (android) and pyobjus (ios). This should allow you to implement fingerprint authentication using Google/Apple APIs for those platforms -- for Windows, Linux, MacOS you probably will need to research other solutions for doing this with Python (it doesn't really involve kivy)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • plyer

    Plyer is a platform-independent Python wrapper for platform-dependent APIs

  • If you do implement this please consider contributing your code to the plyer project - this repository is also a good place to study use of pyobjus/pyjnius

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts