PyConvertBinary 0.0.6

Creator: railscoder56

Last updated:

Add to Cart

Description:

PyConvertBinary 0.0.6

This is a programme that converts binary to decimal, and decimal to binary.
DecToBin converts decimals to binary and BinToDec does the opposite.
HexToDec converts hexadecimal to decimal and DecToHex does the opposite.
E.g.
Input - print(DecToBin(5))
Output - 101
These functions only accept integers and string as an inputs.

Change Log

0.0.1 (23/10/2022)
-First Release


0.0.2 (24/10/2022)
-DecToHex function added


0.0.3 (24/10/2022)
-HexToDec function added
-Functions now accept string inputs


0.0.4 (25/10/2022)
-Improved error messages


0.0.5 (20/11/2022)
-HexToBin function added
-BinToHex function added
-Codes optimised to be slightly faster


0.0.6 (13/3/2023)
-Octal functions added
-Address function added

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.