Ver código fonte

first commit

Your Name 10 meses atrás
commit
807700e41a
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+# 2023 December Chris L. Wiggler
+Write `chris` on screen by moving the mouse cursor using coordinates.
+
+1. take a picture of handwritten text
+2. import into gimp, adjust colors
+3. import into inkscape, create a path
+4. export to coordinates using com0com and plot extension
+5. copy values into pre-processor and convert to python escaped bytes
+
+We ended up needing to do step 5 because putting integer values into a python array took too mush memory.