文件名称:pypersiandate:Python库,用于将公历日期转换为波斯日期
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-17 17:44:13
Python
吡date酸酯 用于将公历日期转换为波斯日期的Python库。 安装 pip install pypersiandate 用法 from pypersiandate . pypersiandate import * res = topersia ( 2020 , 1 , 1 ) print ( res [ 'day' ]) print ( res [ 'dayname' ]) print ( res [ 'year' ]) print ( res [ 'month' ]) print ( res [ 'monthname' ])
【文件预览】:
pypersiandate-main
----setup.py(351B)
----.gitignore(2KB)
----LICENSE(1KB)
----setup.cfg(39B)
----README.md(310B)
----pypersiandate()
--------__init__.py(0B)
--------pypersiandate.py(2KB)
----.gitattributes(66B)