Skip to content

Instantly share code, notes, and snippets.

View shelbyKiraM's full-sized avatar

Shelby Kira Marvell shelbyKiraM

View GitHub Profile
#####
# OS X temporary files that should never be committed
.DS_Store
*.swp
*.lock
profile
#####
# DotEnv files
.env
@shelbyKiraM
shelbyKiraM / view.py
Created July 1, 2012 00:18
Viewer/voter for my wallbase scraper
import sys
import os
import pygame
import shutil
from pygame.locals import *
prefix = "C:\\walls\\"
images = []