Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 283 Bytes

README.rst

File metadata and controls

13 lines (8 loc) · 283 Bytes

Numerology

Numerology calculates numbers from dates, names, other words:

#!/usr/bin/env python

from numerology import vedic

print(vedic.name_number("Don't panic!"))

Only vedic numerology is implemented at the moment, gematria etc coming soon.