Skip to content

Instantly share code, notes, and snippets.

View ShambhalaLogan's full-sized avatar

Logan G ShambhalaLogan

View GitHub Profile
@ShambhalaLogan
ShambhalaLogan / ui.py
Created November 5, 2014 16:56
ui.py
from scene import *
import ui, random, scene
class MyScene (Scene):
def setup(self):
self.Pos = [50, 50]
def draw(self):
background(0, 0, 0)
@ShambhalaLogan
ShambhalaLogan / DL-IMG.py
Created August 13, 2014 17:03
DL-IMG.py
import os,console
from urllib import urlopen
from time import sleep
from PIL import Image
console.clear()
folderPath = 'ImageFiles/Imported/'
imgPath='Insults'
urlPath='http://i.imgur.com/q4UXODX.png'
print '\nDownloading...'
@ShambhalaLogan
ShambhalaLogan / Insult Generator.py
Last active August 29, 2015 14:05
Insult Generator.py
# Insult Generator
# by Logan Guidry
#
# Sorry for the sloppy, uncommented code.
# I started it at 2am and don't care
# enough to make it more understandable.
# # # # # # # # # # # # # # # # # # # # #
import console, sound, random, scene, ui, speech, webbrowser, string
@ShambhalaLogan
ShambhalaLogan / Insult Generator.py
Last active August 29, 2015 14:05
Insult Generator.py
# Insult Generator
# by Logan Guidry
#
# Sorry for the sloppy, uncommented code.
# I started it at 2am and don't care
# enough to make it more understandable.
# # # # # # # # # # # # # # # # # # # # #
import console, sound, random, scene, ui, speech, webbrowser, string