Skip to content

Dongjinmedia/pylunardate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Korean Lunar Calendar

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%