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 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

clrprint

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.

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.tar.gz (3.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: clrprint-0.1.tar.gz
  • Upload date:
  • Size: 3.7 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.tar.gz
Algorithm Hash digest
SHA256 e0bd09dcd0b080d64710f5c45da5b0825918033270febc513d336ec04e2d56fd
MD5 88808824c9949351ff9dbb3340f44f14
BLAKE2b-256 e8495c3af49555d1583884998b2404a47f2b1e2d97bf6c2e850a7f48ad4ecb35

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