How can I run python script to add hyphens to txt file? 🤔
For windows I was using 'python softhyphen.py filename.txt' (where softhyphen.py is the file containing hyphenation rules)..
Tried the same but the terminal does not recognize 'python' command, only 'python3', and gives me SyntaxError: invalid syntax 😐