Tabdil is a Python program that provides you with the possibility of converting measure.
Install setuptools befor run setup.py
pip3 install setuptools
you can refer to makefile and use bellow commands for install and clean project :
python3 setup.py install
rm -rf build dist tabdil.egg-info tabdil/__pycache__ test/__pycache__/
.../tabdil$ python3
>>> import tabdil
>>> tabdil.time.seconds(('d',5))
432000
>>> tabdil.length.millimeter(('m',2))
2000
>>> tabdil.weight.milli_gram(('ton',2))
2000000000
>>>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Whenever you need to use this program, just import it.
import tabdil