require python3
feature:
- change width ( number of characters each line)
- change color ( each line )
reference:
ideas: Considering the SVG format, all data is saved as paths, lines, circles, polygons, etc. I can use a similar format to save the skeleton image, hence all intersection points can be identified. It is also easier to evenly distribute the dots/drones.
This repoo is modified based on the original repo. My main update is adding support fot English alphabet and rearrange the code into small blocks