Py93
Python for Windows 93
Install / Use
/learn @hashadex/Py93README
[!WARNING] This project is no longer maintained and the code quality is no longer up to my standards.
Py93
Py93 is a Python 3 compiler and shell (based on Brython) for Windows 93.
<!---  --> <!---  --> <!---  -->
Quick-start guide
- Download release archive from the releases page and extract it to your computer.
- Create
Py93folder in/a/. - Move the extracted archive from your computer to
/a/Py93/. - Move
helper.jsfrom/a/Py93to/a/boot/. - Reboot.
See installguide.md for more detailed guide.
Features
- Compiler
- Shell
- CLI application
How to use CLI app
You can launch Py93 shell or compiler from Windows 93 terminal.
To see help message, write the following in the terminal:
py93
or
py93 help
You can also use
py93 hinstead ofpy93 help.
Developers
You are a developer? You can make your Brython package installable via Py93 package manager. Check out a tutorial about how to do it.
Py93 also has a SDK, you can find documentation about it here.
<!--- ## CLI commands ``` Printing out help message: py93 py93 help py93 h Launching the shell: py93 shell py93 s Printing out py93compile help message: py93 compile py93 c py93 compile help py93 compile h py93 c help py93 c h Launching py93compile (Py93 Compiler): py93 c [filename] py93 compile [filename] // py93compile have got more options, see py93compile help message for more ``` -->Last updated: May 30, 2020
