Skip to main content

Print color output in IDLE, powershell, and terminal

Project description

clrprint v0.1

Generic badge
made-with-python Generic badge PyPI license PayPal

  • Colorful output
  • Work's on IDLE, windows powerShell, Linux terminal
  • Simply input() and print() with clrinput() and clrprint()
  • Basic colors only. red, green, yellow, blue, purple, and black/white (default)

ABOUT

This clrprint is developed to print a colorful output. It has red, blue, green, yellow, purple and black/white (default) colors. It works on idle, windows power shell and terminal.

It prints with default color if given color is not in list of colors

Installation

You can install clrprint by running the following command

pip install clrprint

Usage

It is as easy as you use print() and input() in the python. Just one more parameter (clr) is added to represent color.

There are 2 functions clrprint(), clrinput(). Just pass your data to the functions with your desired color

You can use clrhelp() to print out and see how to use it.

Example:

clrprint('text1','text2',clr='red') 
clrinput('text1',clr='r')  # single letter is enough to represent color.

Screenshots

Terminal:

IDLE:

Powershell:

Example Code

'''
Developed by Abhijith Boppe - linkedin.com/in/abhijith-boppe/
'''
from clrprint import *

userclr = clrinput('Enter color: ',clr='green').strip()  # take a input color
clrprint('You enterd',userclr,clr=userclr) # print it in that color

# If color not available it print's with default color (white/black)

clrhelp()  # to list out usage and available colors.

Buy Me A Coffee

License & copyright

© Abhijith Boppe, Security analyst

linkedin.com/in/abhijith-boppe

Licensed under the MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clrprint-0.1.1.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file clrprint-0.1.1.tar.gz.

File metadata

  • Download URL: clrprint-0.1.1.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/2.7.18

File hashes

Hashes for clrprint-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1052da6556bd2e8d20273a86a5e69c059fdcdfbf0eb233d2a368fe8109b6dccf
MD5 ba5b2c7258c6010f8988c7bd1f5e4736
BLAKE2b-256 0603d2508bf3b66f88e5b2e6ed7576ae49e1d023f7631cc119220acc2696b4d5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page