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
import webbrowser | |
import clipboard | |
import urllib | |
import sys | |
import console | |
import urllib2 | |
l = sys.argv | |
link=l[1] | |
lessn='http://'yourdomain'/'x'/-/?api='API key'&url=' | |
link=urllib.quote(link,safe='') |
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
import clipboard | |
import Image | |
import console | |
import webbrowser | |
import photos | |
im1 = clipboard.get_image(idx=0) | |
im2 = clipboard.get_image(idx=1) | |
im3 = clipboard.get_image(idx=2) | |
im4 = clipboard.get_image(idx=3) |
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
import clipboard | |
import Image | |
import console | |
import photos | |
import webbrowser | |
im=photos.pick_image() | |
background = Image.new('RGBA', (612,612), (255, 255, 255, 255)) | |
console.clear() | |
print "Lanscape or Portrait? \n" |