Convert Python code into 'Casio Basic' code.
For an fx-9860G AU PLUS graphing calculator. Limited Python is supported. Importing default libraries and using obscure (to me) functions won't work.
Usage:
python[2.7+] transpiler.py [path/to/code.py]
Some of the things it can convert so far:
• Print statements
• Assignment
• Conditionals (if, elif, else)
• For loops
• While loops
• Input
• Comments
• Variables
• Nesting
See it in action: