A script to help convert a input text of decimal numbers to there 32 bit binary number equivalent. Helps convert many at once.
python binarynum.py inputtext outputtext
inputtext - the input text that contains a list of decimal number to convert to binarynumber
outputtext - the output text where the result is stored
The picture shows the content of the input file, calls the script, and then shows the output of the output file