Socket
Socket
Sign inDemoInstall

color-tools

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    color-tools

color_tools


Maintainers
1

Readme

color_tools: text color

Github License Updates Python 3 Code coverage

color_tools is a Python library Color formatting for output in terminal.

Installation

The code is packaged for PyPI, so that the installation consists in running:

pip install color-tools

Usage

from termcolor import colored, cprint

text = colored('Hello, World!', 'red', attrs=['reverse', 'blink'])
print(text)
cprint('Hello, World!', 'green', 'on_red')

Terminal properties

============ ======= ==== ========= ========== ======= =========
Terminal     bold    dark underline blink      reverse concealed
------------ ------- ---- --------- ---------- ------- ---------
xterm        yes     no   yes       bold       yes     yes
linux        yes     yes  bold      yes        yes     no
rxvt         yes     no   yes       bold/black yes     no
dtterm       yes     yes  yes       reverse    yes     yes
teraterm     reverse no   yes       rev/red    yes     no
aixterm      normal  no   yes       no         yes     yes
PuTTY        color   no   yes       no         yes     no
Windows      no      no   no        no         yes     no
Cygwin SSH   yes     no   color     color      color   yes
Mac Terminal yes     no   yes       yes        yes     yes
============ ======= ==== ========= ========== ======= =========

License

Apache License 2.0.

New features v1.0

BugFix

  • choco install visualcpp-build-tools

Reference

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc