Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 374 Bytes

simple letters converter

pytests

Convert letters in specific file to ASCI chars.

$ echo -e "line1 ąę\nline2 ćź" > /tmp/demo.txt

$ cat /tmp/demo.txt
line1 ąę
line2 ćź

$ python3 convert.py /tmp/demo.txt
Letters converted..

$ cat /tmp/demo.txt
test ae
test2 cz