FingerPrint icon indicating copy to clipboard operation
FingerPrint copied to clipboard

Python wrapper for Windows Biometric Framework to access fingerprint sensors on my laptop

Results 8 FingerPrint issues
Sort by recently updated
recently updated
newest added

Hi, I don't know if windows 11 breaks everything, but for me nothing happens, it is hanging at `myFP.verify()`. on my dell xps 15 9510 and my desktop computer. Any...

In the previous version the error handling would only work once, and if the same error occurred again it would just crash like before. So I fixed it, and it's...

Now the program won't error out every sing time and end immediatey. This was very irritating for me as when I was trying to improve it, every time I tested...

Added a new self.print_data variable whican toggle the print statements t stop writing or start writing. Modified how FingerPrint.identify will log the finger-print data, and made it return a dict...

It would be very cool if you could make it into a python library so i could like btw i know how to post stuff on pypi / pip and...