Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fernancelot/ti-calc-python-app-decimal-binary-hexadecimal-conversion
- Owner: Fernancelot
- Created: 2024-07-27T04:07:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:09:25.000Z (4 months ago)
- Last Synced: 2024-10-11T22:22:08.376Z (about 1 month ago)
- Topics: micropython, ti-84, ti-84-plus-ce, ti-84-plus-ce-t-python, ti-84-programs
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.