Skip to content

A simple python program to convert numbers to text representations of those numbers.

Notifications You must be signed in to change notification settings

lovec741/numbers-to-words-czech

Repository files navigation

numbers-to-words-czech

A simple python program to convert numbers to text representations of those numbers. The main function is in the 'number_to_words.py' file and is called 'cislo_na_text'
Usage:
cislo_na_text(10) -> 'deset'
cislo_na_text(-999) -> 'mínus devět set devadesát devět'
cislo_na_text(10**12) -> 'bilion'

!Documentation is in Czech!
!The 'number_to_words - nechutno kod.py' file is a intentionally terribly written code that has the same function as the main 'number_to_words.py' file, don't use it, just admire its disgustingness!

About

A simple python program to convert numbers to text representations of those numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages