/Number-Base-Converter

Mobile application that converts a number in a numerical base to all other available ones.

Primary LanguagePython

Number Base Converter

Mobile application that converts a number in a numerical base to all other available ones.


Projeto concluído

video do meu app

How to run this project

To run this project, we have two options:

  1. First
    • Download de main.py file
    • Install kivy: pip install kivy
    • Run the main.py file (Visual Stuio Code recommended).
  2. Second
    • Download the Number_Base_Converter.apk.
    • install it on you Android cell phone.

Functionalities

  • to read and save a number that the user types.
  • check if what user typed is a allowed number (non-negative, no comma)
  • to know what numerical base that number is, asking the user.
  • check if what the user said is true.
  • to convert that number to all others predefined numerical bases (decimal, binary, octal, hexadecimal)
  • to show that conversion to the user.
  • a GUI - Graphical User Interface.
  • to run in an Android cell phone and a Windows PC.