Skip to content

Instantly share code, notes, and snippets.

View Noohshiny's full-sized avatar

Nooshin Noohshiny

  • Amazon
  • 08:09 (UTC -12:00)
View GitHub Profile
@Noohshiny
Noohshiny / greek_alphabet.py
Created December 10, 2018 20:40 — forked from beniwohli/greek_alphabet.py
A Python dictionary mapping the Unicode codes of the greek alphabet to their names
greek_alphabet = {
u'\u0391': 'Alpha',
u'\u0392': 'Beta',
u'\u0393': 'Gamma',
u'\u0394': 'Delta',
u'\u0395': 'Epsilon',
u'\u0396': 'Zeta',
u'\u0397': 'Eta',
u'\u0398': 'Theta',
u'\u0399': 'Iota',