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/env python | |
import gtk, webkit | |
#addressbar | |
def go_but(widget): | |
add = addressbar.get_text() | |
try: | |
add.index("://") |
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/env python | |
#Example of program in action can be found here http://www.youtube.com/watch?v=burYkYiI8vg | |
import sys, pygame, random, pygame.mixer, cv2 | |
from PIL import Image | |
import PIL.ImageOps | |
#Setup |
NewerOlder