Skip to content

Latest commit

 

History

History

Base-N_Calc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Base-N Calculator

It is a GUI based script that allows user to enter a number of any base and convert it to another. However, there is a small limitation for the conversion.

  • The base should not be smaller than 2.
  • Alphabetic symbols are not used in conversions, you'll have to convert this part by yourself. To know why check this link

Installation

Nothing to be installed, just run the script directly.

Usage

  1. Fill the required fields.
  2. the conversion result will be displayed in the Result Entry.

Output

Converted number to base Y.

Authors

Written by XZANATOL.

The project was built as a contribution during GSSOC'21.