项目作者: Ved-programmer

项目描述 :
An offline Graphical Numerical Base Converter, written in python. Takes numbers from a base and converts them into another base.
高级语言: Python
项目地址: git://github.com/Ved-programmer/Numerical-Base-Converter.git
创建时间: 2020-10-22T11:29:09Z
项目社区:https://github.com/Ved-programmer/Numerical-Base-Converter

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Numerical Base Converter

About

A Numerical Base Converter Made with Python 3

It takes a number, the base of the entered number and the base of the output number. When the calculate button is pressed by the usr, the program converts the number to the output base.

The program only supports the 64 bases, the bases characters are in this order:
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/-



How it Works:

  • The program file shows a text input box for the number to be converted and two drop down boxes, one drop down for the base of the input number and one drop down for the output base.

  • The program is divided into two files. one for the front end and one for the backend.

  • the main.pyw file is the main execution of the program, contains the front end code and uses the convertBase.py file for the backEnd.





-Thank you