Python library for consulting the Yijing / I Ching.
There are two primary methods, predict
does the traditional method for creating the hexagram lines. You can then lookup
the hexagram and complete the reading.
from yijing import iching
seed = "?" # something random or meaningful but unique
prediction = iching.predict(seed)
print(iching.lookup(prediction)
"Countless words count less than the silent balance between yin and yang"
- Lao Tzu, Tao Te Ching
- Python 3 only
- Doesn't include the interpretations