Skip to content

sancho1952007/PyNodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use Node JS Keywords In Python!!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages