pythonscript
v1.0.33
Published
Python console logging in JavaScript!
Downloads
5
Readme
pythonscipt
Are you tired of JavaScript? Well there is now a package where you can print python!
Installation
npm install pythonscript --save
Usage
const { print } = require("pythonscript");
print("I'm printing in python!!!!")
Options
const { options } = require("pythonscript");
| Options | Type | Description | | ------------- |:-------------:|:------------------------:| | print | string | Print something! | | warn | string | Warn in console! | | clear | Number | Clear the console! | | error | string |Send an error in console! | | debug | string | debug in console! | | info | string | send info in console! |