python-zen

0.0.1 • Public • Published

Python Zen

The Zen of Python by Tim Peters in an NPM module.

Install

$ npm install python-zen

Usage

const zen = require("python-zen");
 
console.log(zen);

CLI

$ npm install -g python-zen
$ python-zen

What?

The Zen of Python is some Python style guide obtained via import this in the Python interpreter, this NPM module adds that text in a module to JavaScript, just for fun.

License

MIT

/python-zen/

    Package Sidebar

    Install

    npm i python-zen

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2.85 kB

    Total Files

    5

    Last publish

    Collaborators

    • ravener