This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # | |
| # Simple python example of a Pashua password prompt window with a checkbox | |
| # for saving the password to the keychain. None of it is wired up to | |
| # actually function. It's just an example of what you can do. | |
| # | |
| # For easiest testing, you should have the Pashua.py connector and Pashua.app | |
| # in the same directory as this script. | |
| # | |
| # The test password is 'password'. |