Python implementation of https://github.com/techgaun/ad-bs-converter
pip install adbs
import adbs
print(adbs.ad_to_bs('2016/8/17'))
print(adbs.bs_to_ad('2073/6/1'))This implementation is based on the javascript version.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python implementation of https://github.com/techgaun/ad-bs-converter
pip install adbs
import adbs
print(adbs.ad_to_bs('2016/8/17'))
print(adbs.bs_to_ad('2073/6/1'))This implementation is based on the javascript version.