Friday 25 July 2014

NumConv - Cmd line interface.

Hello Everyone.
Today I am here to present a mutated version of the NumConv.

The NumConv. no doubt, is perfect but I wanted to be able to use it through my self designed command line interface too. This program enables me to do so.
I've written a python script which is itself like a programming language.
This script helps me interact with the NumConv. through command line interface.
It supports all those 12 commands present in the NumConv.

Usage:

use 'help()' in the program for help on usage.

Binary to Decimal              -   b2d(number)
Binary to Octal                  -   b2o(number)
Binary to Hexadecimal      -   b2h(number)
Octal to Binary                  -   o2b(number)
Octal to Decimal               -   o2d(number)
Octal to Hexadecimal       -   o2h(number)
Decimal to Binary             -   d2b(number)
Decimal to Octal               -   d2o(number)
Decimal to hexadecimal    -   d2h(number)
Hexadecimal to Binary     -   h2b(number)
Hexadecimal to Octal       -   h2o(number)
Hexadecimal to Decimal   -   h2d(number)

So Download and use it or modify it. : Datafilehost

Thanks for visiting.





Gurpreet Singh

No comments:

Post a Comment