1.0.0 • Published 7 months ago

@pfmcodes/pyjs v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

PFM's PyJS

What is PyJS?

PyJS is a simple module to compile Python code to javascript, this is the first version so it only compiles basic code like print function, variables, statements(i will add python module support)

How to Use?

run npm install PyJS

To compile python code to js run, node_modules/PyJS/PyJS-win.exe compile <python file, this is required> -o <outputfile, optional>

if on different OS, use PyJS.js instead

then run, node dist/<output filename, if entered, but if not use output.js>