cuylerquint / byte-drawer

Flask application for drawing colorful lines based off a byte stream

Home Page:https://byte-drawer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Byte Drawer is a Application that processes a byte stream and translate's the op codes into a set of commands to be excuted on a canvas. Please review the byte-drawer-challege.pdf document to understand context about this application in more depth.

There are two simple interfaces provided.

  1. the preferred and pretty interface using a deployed web app with graphing can be found at the following URL:
https://byte-drawer.herokuapp.com

*Note this is a hobby/free server so it may have to wake up on a request causing a response to take up to ~20 seconds sometimes

  1. Execute the following command from the root of the bundle:
python byte-drawer.py --help

About

Flask application for drawing colorful lines based off a byte stream

https://byte-drawer.herokuapp.com/

License:MIT License


Languages

Language:Python 82.3%Language:HTML 17.7%