Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernancelot/ti-calc-python-app-decimal-binary-hexadecimal-conversion

Decimal Binary Hexadecimal Conversion PYTHON application for the TI-84 PLUS CE PYTHON edition calculator
https://github.com/fernancelot/ti-calc-python-app-decimal-binary-hexadecimal-conversion

micropython ti-84 ti-84-plus-ce ti-84-plus-ce-t-python ti-84-programs

Last synced: 8 days ago
JSON representation

Decimal Binary Hexadecimal Conversion PYTHON application for the TI-84 PLUS CE PYTHON edition calculator

Awesome Lists containing this project

README

        

**TI-CALC-PYTHON-APP-Decimal-Binary-Hexadecimal-Conversion**
Decimal Binary Hexadecimal Conversion PYTHON application for the TI-84 PLUS CE PYTHON edition calculator

• This program converts numbers between decimal, binary, and hexadecimal formats.
• The program takes input for the number type (decimal, binary, or hexadecimal) and the number value.
• It then takes input for the desired output type (decimal, binary, or hexadecimal) and converts the number to the specified format.
• The program includes functions to validate the input values and perform the conversion.