This simple script provides calculation of net salary when gross salary is given.
Just copy the b2n.py
script anywhere you wish.
none
Run python b2n.py -h
to see the options.
Interactive mode allows you to type number and get the net values.
Other modes allow you to get values in specified format as an output. In such case, amount
value is required.
I did it as sa handy tool to help in my daily work. I cannot guarantee it's accuracy.