Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 973 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 973 Bytes

print chinese and English as dot matrix

Binder

require python3

feature:

  • change width ( number of characters each line)
  • change color ( each line )

reference:

screen shot

TODO

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.

Acknowledgement

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