PyNodeJS

A Module to Use Some Node JS Keywords In Python!


Keywords
require, console, log
License
MIT
Install
pip install PyNodeJS==1.0

Documentation

PyNodeJS

About:

Use Node JS Keywords In Python!!!

Example:

from pynodejs import *

console.log("It's Working!")

command=require('os').system
command("echo It's Working (using os.system() method)!")

Installation:

Linux:

python3 -m pip install PyNodeJS

Windows:

pip install PyNodeJS