printj

Print log info and color text, speak text and helps debugging


License
MIT
Install
pip install printj==0.1.1

Documentation

printj

Python: 3.6 Build Status license: MIT

Print log info and color text, speak text and helps debugging.

Installation

Method 1: Pip install

pip install printj

Method 2

pip install https://github.com/jitesh17/printj/archive/master.zip

Method 3: Git clone

git clone https://github.com/jitesh17/printj.git
cd prinj
pip install -e .

Usage

  • Script

    import printj
    
    printj.red('YOUR TEXT')
    printj.bold('YOUR TEXT')
    printj.blue.italic_on_yellow('YOUR TEXT')
  • Output