Ascii line drawings from .tvg files
Copyright (c) 2019 Madison Parker-Durost
Licensed under the mit license see LICENSE file for details
This program exists to convert .tvg files into ascii line drawings. For some reason this is not a bitmap. It is simultaneously the first assignment for the summer open source class tought by Bart. This specific version of this program only supports vertical and horizontal lines. Valid .tvg files can be found in the test directory of this project if you need an example, but the tvg format used is otherwise dimensions on the first line, and all following lines define a single line of <%character%> <%horizontal position%> <%vertical position%> <%h or v for horzontal/vertical%> <%length%>
Run this program with python 3 like python3 canvas.py <name of file>