ad-bs-converter.py Python implementation of https://github.com/techgaun/ad-bs-converter Installation pip install adbs Usage 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.