Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 210 Bytes

File metadata and controls

8 lines (7 loc) · 210 Bytes

passcode

Pythonista passcode Use to lock your scripts with fingerprint or touch-id Use the following code:

import passcode,sys,importlib importlib.reload(passcode) if not passcode.auth_completed: sys.exit()