/greek

Simple way of accessing greek unicode characters

Primary LanguagePythonApache License 2.0Apache-2.0

greek

Simple way of accessing greek unicode characters

Simple usage:

from greek import alphabet

# if you have datastorage installed
mystring = f"distance 10 {alphabet.mu}m"
# else
mystring = f"distance 10 {alphabet['mu']}m"

Enjoy !