Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Sagar-Sharma-7/ColorChalks

Open more actions menu

Repository files navigation

ColorChalks

🖌️Module for terminal string styling

PyPI version made-with-python PyPI license Downloads Downloads


Installation

pip install ColorChalks

Usage

from ColorChalks import ColorChalks

# Print "Hello World!" in yellow color.
print(ColorChalks.FCOLORS.Yellow + "Hello World!")

# Print "Hello World!" with green background color. 
# but first you have to reset

print(ColorChalks.COLORS.Reset + ColorChalks.BCOLORS.Green + "Hello World!")

## Print "Hello World!" with green background color with blue foreground color
print(ColorChalks.COLORS.Reset + ColorChalks.BCOLORS.Green + ColorChalks.FCOLORS.Blue + "Hello World!")

Note: Version 1.0.3 comes with foreground colors (FCOLORS) and background colors (BCOLORS)


Colors

  • Black
  • Red
  • Green
  • Yellow
  • Blue
  • Magenta
  • Cyan
  • White
  • BrightBlack
  • BrightRed
  • BrightGreen
  • BrightYellow
  • BrightBlue
  • BrightMagenta
  • BrightCyan
  • BrightWhite

NOTE: Use the following command to reset to default color. Prefer to use this command before jumping from Bright colors to normal colors.

print(ColorChalks.COLORS.Reset) 

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.