Skip to content

iamamofa/AlgorihtmzHexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

AlgorihtmzHexa

A simple python program that accepts data inputs of any value and convert to hexadecimal 🚀

Run this simple lines of code in a python shell convert to hexadecimal

binary_string = "1010"

decimal_representation = int(binary_string, 2) hexadecimal_string = hex(decimal_representation)

print(hexadecimal_string)

Support

If you want to support the development of this app, feel free to sponsor me or buy me a coffee.

ko-fi

Copyright

This project has no license. That means you are not allowed to sell or distribute this app. All rights reserved. © 2023 Justice O. Amofa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published