Created
March 10, 2015 22:15
-
-
Save aGupieWare/35a6d607b7af43d670a6 to your computer and use it in GitHub Desktop.
PyGest Code Snippet 1-1
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
| """ | |
| pygest.py | |
| A simple Python tkinter GUI application for processing file hashes. | |
| blog.agupieware.com | |
| """ | |
| def main(): | |
| """ | |
| Main function to run the PyGest GUI application. | |
| """ | |
| pass | |
| if __name__ == "__main__": | |
| main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment