Skip to content

jay3332/print.py

Repository files navigation

print.py

A sophisticated wrapper around print


Why use print.py?

print.py is elegant and simple to use, not to mention it's elegant and beautiful code.

Features

  • print
    • args
    • kwargs

How to install??

You must have node.js and npm to install print.py.

$ node
>>> const { exec } = require('child_process');
>>> exec('pip install print.py');

Examples

from print import print

print('Hello')  # Prints out "Hello" 😱