A simple python program that accepts data inputs of any value and convert to hexadecimal 🚀
binary_string = "1010"
decimal_representation = int(binary_string, 2)
hexadecimal_string = hex(decimal_representation)
print(hexadecimal_string)
If you want to support the development of this app, feel free to sponsor me or buy me a coffee.
This project has no license. That means you are not allowed to sell or distribute this app. All rights reserved. © 2023 Justice O. Amofa