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.
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.
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
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.
Jack Kenney - Initial work - JackKenney
This project is licensed under the MIT License - see the LICENSE.md file for details
- See the convert.py file for the sources used in its creation.