hamza1886 / name-conversion-chaldean-numerology

Program to convert name to their equivalent single digit number based on Chaldean numerology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name Conversion based on Chaldean Numerology

Program to convert name to their equivalent single digit number based on Chaldean numerology.

1 2 3 4 5 6 7 8
A B C D E
F
G H
I
J K L M N O P
Q R S T U
V
W
X
Y Z

Usage

python main.py

Example

python main.py

Enter name (space separated): sara
jane = 12 -> 3

Enter name (space separated): john joseph
john = 18 -> 9
doe = 16 -> 7

About

Program to convert name to their equivalent single digit number based on Chaldean numerology

License:GNU General Public License v3.0


Languages

Language:Python 100.0%