Skip to content

lainq/jipsy

Repository files navigation


jipsy 🐍

Jipsy is a tool which can be used to convert javascript syntax to python syntax (kinda)

⬇️ Installation

Install with npm

npm i jipsy -g

Install from source

# Clone the repo
git clone https://github.com/pranavbaburj/jipsy
cd jipsy

# Install dependencies
npm i yarn ts-node typescript -g
yarn

# Run it
tsc .
node dist/index.js <filename>