Parse8xp
Convert between source code and TI83/TI84/TI84+/TI84s programs (in .8xp format)
Install / Use
/learn @Lekensteyn/Parse8xpREADME
Python TI83 BASIC converter
A program to convert between source code and TI83/TI84/TI84+/TI84s programs (in .8xp format).
This is the work of user darkspork from the TI-Basic Developer forums. The instructions and source code are based on a forum post from 26 September 2009.
Instructions
This program is written in Python. You'll need that to run this.
-
Get Python from https://www.python.org
-
Save these two files in the same directory
-
Open IDLE (it comes with Python)
-
Open parse8xp.py
-
Run it
-
Type into the command window, to compile or decompile:
decompile('path/to/FILE.8xp', 'path/to/output/file.txt') recompile('path/to/SOURCE', 'path/to/output/file.8xp')
You can also get help on anything by typing
gethelp('COMMAND YOU WANT HELP ON')
Basically, the point of this is so you can use any text editor to modify your
programs. Alternatively, you can use the example main.py as shortcut in a
terminal:
python main.py path/to/FILE.8xp path/to/output/file.txt
python main.py path/to/SOURCE path/to/output/file.8xp
Python 3
The tool was originally written for Python 2, it partially works with Python 3
due to differences in interpreting strings (unicode versus bytes). compile and
recompile work in Python 3, gethelp and spellcheck do not.
License
Citing the forum post:
You're free to modify, use, and distribute this code for whatever you want.
Note that parse8xp.py also specifies the "GNU" license, whatever that means.
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
