You can find the full documentation on the website
Py-like is a JavaScript library that allows coding in JavaScript just like in Python.
In JavaScript, Py-like provides a Python-like interface for working with data types, structures, and functions. It's no secret that Python provides a more comfortable, easy, intuitive, and powerful interface for working with data types and structures. This library will allow the opportunity to use Python's all power in JavaScript.
npm install py-like
import {py} from 'py-like'
py('hello world').title() // Hello World
'hello world'.title() # Hello World
Read our contributing guide to learn about our development process.
This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.