Skip to content

Jitesh17/printj

Repository files navigation

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: Git clone

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

Usage

  • Script

    import printj
    
    printj.red('YOUR TEXT')
    printj.bold('YOUR TEXT')
    printj.blue.italic_on_yellow('YOUR TEXT')
    printj.say('YOUR TEXT')  # It will convert text to speech
  • Output

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published