python score.py
For now, you'll need to change the integer expansion (7 -> seven) to expand integers in your local language by changing this line. For example, for Russian you'd change the line to:
expanded = num2words.num2words(int(token), lang='ru')
The full list of languages supported can be found here.