You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 make libs
from Fingerprint import *
if fingerprint.scan():
print("Access Granted")
else:
print("Access Denied")
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 make libs
from Fingerprint import *
if fingerprint.scan():
print("Access Granted")
else:
print("Access Denied")