JackKenney / TI-84-programs

A collection of nostalgic programs I wrote in grade school to make math and science classes easier. Converted to .txt files for easy viewing, written originally in TI-BASIC on those terrible calculator keyboards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TI-84 Calculator Programs

Translated to TXT, Source files (.8Xp) kept.

Included is a python file to convert all .8Xp files in this directory to .txt files and store the source files in the '8Xp' directory and the text files in the 'txt' directory.

Prerequisites + Installing

To run the python script you will need to install python3, python3-pip, setuptools module, and the os module

Note: these are instruction for a linux machine

sudo apt install python3 python3-pip
pip3 install setuptools os

Then, to install basically-ti-basic follow the instructions here.

Running the converter

Simply populate the directory that contains convert.py with the '.8Xp' files you would like to convert to text, and run

python3 convert.py

And you're done! All .txt files should be in the 'txt' folder and original .8Xp files in the '8Xp' folder

Built With

basically-TI-BASIC

Contributing

If you have TI programs that you would like to share on this repository so others may find them and use them in their continued efforts, please submit a pull request and we can add your files to the running list, :).

Programming is for everyone!

Please read: CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Jack Kenney - Initial work - JackKenney

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • See the convert.py file for the sources used in its creation.

About

A collection of nostalgic programs I wrote in grade school to make math and science classes easier. Converted to .txt files for easy viewing, written originally in TI-BASIC on those terrible calculator keyboards.


Languages

Language:Python 100.0%