Skip to content

aliraza7926/tabdil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabdil

Tabdil is a Python program that provides you with the possibility of converting measure.

Prerequisites

Install setuptools befor run setup.py

pip3 install setuptools

Installation

you can refer to makefile and use bellow commands for install and clean project :

Install

python3 setup.py install

Clean

rm -rf  build dist tabdil.egg-info tabdil/__pycache__ test/__pycache__/

Usage

.../tabdil$ python3
>>> import tabdil
>>> tabdil.time.seconds(('d',5))
432000
>>> tabdil.length.millimeter(('m',2))
2000
>>> tabdil.weight.milli_gram(('ton',2))
2000000000
>>> 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Acknowledgements

Whenever you need to use this program, just import it.

import tabdil

License

Creativecommons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • Makefile 8.3%