Value Converter Written in Python Ver1.1
Last updated 2013.12.06
###Usage python valconv.py [options] value
opthions:
-h, --help show this help message and exit
-v, --version Show the version and exit
--dec2bin conversion format: dec -> bin
--dec2oct conversion format: dec -> oct
--dec2hex conversion format: dec -> hex
--bin2oct conversion format: bin -> oct
--bin2dec conversion format: bin -> dec
--bin2hex conversion format: bin -> hex
--oct2bin conversion format: oct -> bin
--oct2dec conversion format: oct -> dec
--oct2hex conversion format: oct -> hex
--hex2bin conversion format: hex -> bin
--hex2oct conversion format: hex -> oct
--hex2dec conversion format: hex -> dec
--floathex conversion format: dec -> hex (float)
--doublehex conversion format: dec -> hex (double)
--floatdec conversion format: hex -> dec (float)
--doubledec conversion format: hex -> dec (double)