Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. """
  2. pygest.py
  3.  
  4. A simple Python tkinter GUI application for processing file hashes.
  5.  
  6. blog.agupieware.com
  7. """
  8.  
  9. def main():
  10. """
  11. Main function to run the PyGest GUI application.
  12. """
  13. pass
  14.  
  15. if __name__ == "__main__":
  16. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement