sunsidew / pylunardate

Python Korean Lunar Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylunardate

support python2 and python3

examples

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

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

install

pip install pylunardate

About

Python Korean Lunar Calendar


Languages

Language:Python 100.0%