Skip to main content

Simple ANSI terminal text coloring

Project description

Chalky

Supported Versions Test Status Documentation Status codecov Code Style: Black

Simple ANSI terminal text coloring

from chalky import sty, fg

my_style = sty.bold & fg.red
print(my_style | "This is red on black")
print(my_style.reverse | "This is black on red")

Basic Colors

from chalky import rgb, sty, hex

print(rgb(23, 255, 122) & sty.italic | "Truecolor as well")
print(sty.bold & hex("#ff02ff") | "More and more colors")

True Colors

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

chalky-0.2.0.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

chalky-0.2.0-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

Details for the file chalky-0.2.0.tar.gz.

File metadata

  • Download URL: chalky-0.2.0.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/18.7.0

File hashes

Hashes for chalky-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d615da7d1cd94414a2d73ada5f59bac70cc7250d6a1425dc8f056d3615da8864
MD5 74d13518abee59b6ceda90dca3f7aef4
BLAKE2b-256 efd3df4ff6b303c323202c84bae7a800b4a1ef979a66420bd886b46066a33b83

See more details on using hashes here.

File details

Details for the file chalky-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: chalky-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/18.7.0

File hashes

Hashes for chalky-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3356deab680bed313070586ec958cbf98fd10f3bcad4d19196ff4e491212573c
MD5 5fa6fd5084d9f013fe01b96d0232cc0a
BLAKE2b-256 a894c6bc8bb54c8a5dbc70d4cc0713f35fd706a74cc6b060e1a109e280ff9992

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