Giter Site home page Giter Site logo

alexmeert / base-conversion Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

A simple Tkinter GUI made with Python that allows a user to convert between decimal, binary, octal, and hexadecimal.

Python 100.00%
decimal-converter hex-converter hexadecimal-converter octal-converter python

base-conversion's Introduction

About the Base Conversion Graphical User Interface

Fundamentals of Computer Systems is a course that relies on being able to quickly and efficiently convert between different bases. I took this as an opportunity to create a basic GUI that would allow me to check my own math on my homework assignments, and to sharpen my python skills. Please let me know how functionality, use, appearance, or efficiency can be improved. Thank you!

Use

Simply run the conversion_gui.py file and enter your decimal, hex, octal, or binary string into the box. This GUI can convert integers and float values in any direction.

image

Now select the base you are converting from with the respective radio button, as well as the base your are converting to.

image

Important Notes

Binary: Binary is base 2 and when converting from binary your value should consist of zeros (0) and ones (1) (Ex: 1011.0101)

Octal: Octal is base 8 and when converting from octal your value should consist of numbers 1-7 (Ex: 1342.674)

Decimal: Decimal is base 10 and when converting from decimal your value should consist of numbers 1-10 (Ex: 1482.936)

Hexadecimal: Hexadecimal is base 16 and when converting from hex your value should consist of numbers 1-10 and letters A-F (Ex: 4FDE7.AB6)

base-conversion's People

Contributors

alexmeert avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.