Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 309 Bytes

sat-datetime

사트 자소크력 계산을 위한 라이브러리

다음 코드를 통해 자소크력 년을 알아낼 수 있습니다.

from datetime import datetime

from sat_datetime import SatDatetime

zasokese_now = SatDatetime.get_from_datetime(datetime.now())
print(zasokese_now)