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