pylunardate

A Korean Calendar Library in Pure Python


License
BSD-3-Clause
Install
pip install pylunardate==0.0.3

Documentation

pylunardate

support python2 and python3

examples

from lunardate import LunarDate
lunar_date = LunarDate.from_solar(1979,11,11)
print(lunar_date)

solar_date = LunarDate.to_solar(1979,9,22)
print(solar_date)

install

pip install pylunardate