I have been working on an Axe Detokenizer for a while now. Today, with a precious tip Kerm Martian gave me, I manged to finally finish it.
Axe Detokenizer is an open-source, free, light-weight, simple and easy-to-use TI-83/84+ (SE) Axe Detokenizer. It opens Axe Source Files (.8XP) and makes text files with the detokenized code. It was made in Python and in order to use it, you need Python 2.6 or 2.7 installed. Since it was made using Python, it is also cross-platform, meaning it will work in all major Operative Systems.
To use it, type in the command line:
python axedetok.py source.8xp detokenizedcode.txt
In order to know how to use it, you can always try
python axedetok.py --helpIf you're a Linux user, it should be very easy to setup. If you're a Windows user you will need to have python in your path. To do this, go
here.
Both a .zip and a .tar.gz were attached to make it easier for everyone to use it.
Todo:- I need someone to make an executable version of it for Windows-Users
- I'll make a GUI Version soon enough
Enjoy!