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