Skip to content

Lightweight number base converter written in python 3 for on-the-fly calculations; also, I'm too lazy to google hex-to-decimal converter every time :)

Notifications You must be signed in to change notification settings

asp3n-hayley/Python-Base-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-Base-Converter

Lightweight number base converter written in python 3 for on-the-fly calculations; also, I'm to lazy to google hex-to-decimal converter every time :)

Uses separate function for each conversion, accepts user input as a variable, converts it using int(variable, numberbase), then prints the result using bin(), oct(), or hex(), respectively.

Intend to improve the code and expand available bases in the future.

Currently supports Binary, Octal, Decimal, and Hexadecimal, and any conversions thereof.

About

Lightweight number base converter written in python 3 for on-the-fly calculations; also, I'm too lazy to google hex-to-decimal converter every time :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages