khorneflaeks / Minipedia

Taking the first paragraph of every English Wikipedia article and storing it in a 5 bit file.
https://minipedia.xyz
GNU General Public License v3.0
0 stars 0 forks source link

Convert numbers to letter #2

Closed Webatron11 closed 2 years ago

Webatron11 commented 2 years ago

Convert numbers to words, eg & -> and, @ -> at, / -> slash, = -> equals, etc

Webatron11 commented 2 years ago

https://stackoverflow.com/a/18900157 python dictionaries!

Webatron11 commented 2 years ago

Put together beginings of a hopefully working converter 90ecc93