Skip to content

Commit

Permalink
Update README.md to mention Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
Legimet authored and Vogtinator committed Jul 5, 2024
1 parent df6f818 commit c9712b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Luna 2.1
========

Luna is a portable command-line converter of Lua programs to TNS TI-Nspire documents, compatible with OS 3.0.2 and later.
Luna is a portable command-line converter of Lua and Python programs to TNS TI-Nspire documents, compatible with OS 3.0.2 and later.

It can also be used to convert any TI-Nspire problems in XML format to TNS documents.

Expand All @@ -10,6 +10,7 @@ It can also be used to convert any TI-Nspire problems in XML format to TNS docum
* Lua program conversion: `luna INFILE.lua OUTFILE.tns`
* Problem conversion: `luna Problem1.xml OUTFILE.tns`
* Multiple files: `luna Document.xml Problem1.xml [Problem2.xml...] OUTFILE.tns`
* Python conversion: `luna INFILE.py OUTFILE.tns`

If the input is `-`, it reads the file from the standard input.
Make sure to encode your Lua or Problem file in UTF-8 if it contains special characters. You can also pack arbitrary files like images into the TNS.
Expand Down

0 comments on commit c9712b1

Please sign in to comment.