Bernd 12/22/2019 (Sun) 23:07:54 No.33322 del
>>33317
>I didn't like having to import the separate regex library in the python script

There is nothing wrong in importing "re" module, because it is the part of standard library (and actually part of language as is). So, it is pure "vanilla" python without external dependencies.

>I have found a bug with eng>bernd 'c' 'k' and 'f' 'ph'.

I've used original translation table from python script v2 but put it into one big object, and swapped keys and values to get table for other side. But now I see that this is wrong, because variables with same key replace each other and some data is lost. I'll rewrite that part later maybe, and it will fix some problems.