Skip to content

flancast90/TI_GTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI_GTE

A General Text Editor for the TI Python Calcs


Disclaimer

The developer of this program is in no way responsible for the mis-use of this program, including, but not limited to: academic dishonesty, cheating, and any other non-educational use.


Requirements

TI-84 Plus CE Python, TI-Nspire CX II, or similar

Python must be installed (included already in the listed calcs above)


Install

  1. Download this repo (clickk the green "Download" button
  2. Download TI Connect CE or another calculator file tool
  3. Unzip the TI_GTE folder, and drag the TI_GTE.8xv file to your calculator (using the installed file tool and a plugged in calculator)
  4. When installed, navigate to the PRGM menu on your calculator, and select "Python"

python

  1. In the Python dialogue, select the TI_GTE program, and run it by pressing the y= key

open TI_GTE


Usage/Examples

  1. Selection Menu: Enter a number (1-3) to take you to the specified page

sel. menu

  1. Recall Save (Opt. 1): List all files saved by the TI_GTE program previously

recall menu

  1. New File (Opt. 2): Create a new file, write text in it, and save it.

new file menu

  1. Search Saves (Opt. 3): Search for a specified term in all of your saved files

save menu


Computer2calc using TI_GTE

TI_GTE also comes with a program to convert computer text files to a format recognized by TI_GTE. The steps below will help you get started transferring your first file!

cd TI_GTE/conversion
python3 conversion.py your-file-name.txt

After doing this, your converted program will be in the conversion/OUT folder, with the name transfer.py. Simply use TI Connect or another transfer program to drag the transfer.py file to your calc!

Once it's there, you must find the file in the calc python menu, and then run it. You will get a message when the creation is complete, and then it will be recognized by TI_GTE.


License

Copyright © 2021 Finn Lancaster

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the “Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.