marcocamma / greek

Simple way of accessing greek unicode characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

Simple way of accessing greek unicode characters

License:Apache License 2.0


Languages

Language:Python 100.0%