A general symbol translator that works by using a font as a "base" and another as the "target" or "cryptic" font.
https://claytondoesthings.xyz/software/1Jv03Dpex8vMMdQDkmjH/Web/
- Clone repo using
git clone https://github.com/ClaytonDoesThings/SymbolTranslator.git
- Open CMD and with NodeJs installed run
npm install http-server -g
- Navigate to directory with code - index.html in CMD
- Run
http-server
- Will give several addresses such as
http://192.168.***.***:8080
- Open in link browser
http://192.168.***.***:8080/index.html
(must include /index.html part)