Convert your name to Ikea product name
from as_ikea import as_ikea
print(as_ikea("Abelev"))
>>> 'Vélébá'
See code source and discussion here.
Original idea, as heard from this thread:
Convert your name to Ikea product name
from as_ikea import as_ikea
print(as_ikea("Abelev"))
>>> 'Vélébá'
See code source and discussion here.
Original idea, as heard from this thread: