GeometrizeTwitterBot  1.0
Python Twitter bot for geometrizing images into geometric primitives
Namespaces | Functions
geometrize.py File Reference

Namespaces

 geometrize
 Module that interfaces with the Geometrize executable, composing and executing scripts on it to geometrize images.
 

Functions

def geometrize._run_geometrize_code (code)
 Executes the given script source code. More...
 
def geometrize._compose_image_path (filename)
 
def geometrize._load_image (filepath)
 Loads up an image from the given filepath. More...
 
def geometrize.run_geometrize (code, tags=None)
 Executes the given script source code. More...
 
def geometrize.test_geometrize ()
 Performs some basic tests to ensure that Geometrize can run scripts and turn images into shapes properly. More...