Skip to main content

Blue and yellow colors for matplotlib.

Project description

B/Y Colors

A Python package for working with colors, providing an intuitive interface for color manipulation, transformation, and variant generation. Based palette is blue and yellow, which gives the name of the package.

Features

  • Simple and intuitive color manipulation
  • Support for RGB, RGBA, and HEX color formats
  • Color brightness adjustment (relative and absolute)
  • Opacity/transparency control
  • Automatic dark and light variant generation
  • Background color compositing for transparent colors

Installation

Install using pip:

pip install bycolors

Quick Start

from bycolors import colors as byc

# Basic color usage
blue = byc.blue
yellow = byc.yellow

# Color variants
dark_blue = blue.dark
light_yellow = yellow.light

# Custom brightness
custom_blue = blue.brightness(0.7)  # 70% relative brightness
very_dark = blue.absolute_brightness(0.2)  # 20% absolute brightness

# Transparency
semi_transparent = blue.opacity(0.5)
fully_transparent = blue.transparent

# Color format conversion
# here for illustration blue is a perfect blue (#0000FF)
rgb_values = blue.rgb        # (0, 0, 1)
rgba_values = blue.rgba      # (0, 0, 1, 1)
hex_value = blue.hex         # "#0000FF"

# Custom background for transparent colors
blue_on_white = blue.opacity(0.5, background_color=(1, 1, 1)).rgb  # (0.5, 0.5, 1)

Documentation

For detailed documentation, visit:

Contributing

Contributions are welcome! For any suggestions or issues:

  1. Open an issue to discuss the proposed changes
  2. Fork the repository
  3. Create a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

bycolors-0.4.1.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bycolors-0.4.1-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file bycolors-0.4.1.tar.gz.

File metadata

  • Download URL: bycolors-0.4.1.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for bycolors-0.4.1.tar.gz
Algorithm Hash digest
SHA256 ac8e79f0a4f91dff071d032048d41cacaf26183304d466d4f259d65a136cb186
MD5 5aa629f7c20e43dd49556e68513f6072
BLAKE2b-256 04fc25ce2bb84700f6a6df6fb307fe8d2533bad2530f62e4716a283df7781be7

See more details on using hashes here.

File details

Details for the file bycolors-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: bycolors-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for bycolors-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1c1c6f04bc2dbc23f69da1a8b0d4707896fe019cdf69b9f4a0fe61143b461eeb
MD5 e5b8a423c8ce974aa6cbc37ea248ef43
BLAKE2b-256 836964617923d420176f38a96d8740f91ab989f7f89ab593c94f758cdb581358

See more details on using hashes here.

Supported by

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