![]() |
GeometrizeTwitterBot
1.0
Python Twitter bot for geometrizing images into geometric primitives
|
Namespaces | |
geometrize | |
Module that interfaces with the Geometrize executable, composing and executing scripts on it to geometrize images. | |
Functions | |
def | geometrize._run_geometrize_code |
Executes the given script source code. More... | |
def | geometrize._compose_image_path |
def | geometrize._load_image |
Loads up an image from the given filepath. More... | |
def | geometrize.run_geometrize |
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... | |