Steve Clement 2014-09-06 13:01:32 +02:00
parent 3022978886
commit 911c7ef7ed
16 changed files with 25 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import pygame, random, os
from support import operations

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
"""
A class that represents a lawyer
"""

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
"""
Avocados and stuff
"""

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import os, pygame
from pygame.locals import *

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import pygame
from support.colors import *

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import os, pygame

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import sys
from colors import *

View File

@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
#-------------------------------------------------------------------------------
# Name: Colors
# Purpose: Color library for Python/Pygame

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
# by Timothy Downs, inputbox written for my map editor
# Edited to be python3 compatible by @SteveClement on Twitter

View File

@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import pygame
def color_surface(surface, color):

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
# Move a single pixel around the screen without crashing against the borders.
# (and exit the program once crashed)

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import pygame
from pygame.locals import *

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import pygame
from pygame.locals import *

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import sys
from colors import *
from screen import *

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import sys, time
from colors import *
from screen import *

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
import urllib.request, sys, shutil, os
from colors import *