techgaun / ad-bs-converter.py

Python implementation of https://github.com/techgaun/ad-bs-converter
Apache License 2.0
5 stars 3 forks source link
bs-converter date-converter hacktoberfest python python-3

ad-bs-converter.py Build Status

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.