Counts how many syllables are in a number when said out loud.
Integers only. (The rules for how to pronounce the decimal part of a number aren't consistent)
For example:
5, or "five", is 1 syllable,
12345, or "twelve thousand, three hundered fourty five", is 9 syllables,
and -777, or "negative seven hundered seventy seven", is 12 syllables.
You can also create a graph of how the number of syllables changes over time.
Run "main.py" to do either through the terminal, and download "count.py" if you just want the counting function.