Skip to main content

Provides an easy way to print full 24bit colors in terminals (those that support it).

Project description

*********
FULLCOLOR
*********

fullcolor is a simple python module meant to make it easy to print text in full 24bit colouring.

Instead of the usual 256 different colors, fullcolor enables users to use the full 16.7 million color gammut.
Support for this does depend on the terminal, but if unsupported, it should fallback to 256 colors with no user intervention.

Currently it provides the ability to:
* set the foreground or background to any color that can be expressed as a 6 digit hex code or (R, G, B) tuple
* convert between RGB, HEX (supports both 3 and 6 digit hex codes), and terminal color encodings (though this should rarely ever be used).
* allows users to extend color modes to print in (modifying the Tmode enum will automatically update the Color classes slots)
* reset terminal color
* has a default set of colors for simple use cases
* has some common functions to demonstrate use (currently this just includes a rainbow function)


USAGE:

To import base color class
.. code:: python
from fullcolor.colors import Color

To import common colors:
.. code:: python
from fullcolor.common import CommonColors

Sample print statements:
.. code:: python
:linenos:
from fullcolor.colors import Color, Tmode
from fullcolor.common import CommonColors as cc, rainbow

# print green background, red foreground, then reset terminal colors
print(cc.GREEN.bg + cc.RED.fg + 'Christmas tree.' + cc.RT)

# create custom colors and use them
custom1 = Color('561f0a')
custom2 = Color((100, 240, 100))
custom3 = Color('#a02')
print(custom1.fg + custom2.bg + 'This is gonna be ' + custom3.bg + 'ugly.' + custom1.rt)

# print a nice rainbow
print(rainbow())
# customize the rainbow
print(rainbow(cols=80, printchar='#', mode=Tmode.fg))






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

fullcolor-0.2.4.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

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

fullcolor-0.2.4-py2.py3-none-any.whl (8.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file fullcolor-0.2.4.tar.gz.

File metadata

  • Download URL: fullcolor-0.2.4.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fullcolor-0.2.4.tar.gz
Algorithm Hash digest
SHA256 620a1640e73d72edf8119fd9e554adeeea6b282d9d3c19bd9275f14f8260fb53
MD5 976148f56bfe668b883a6744dfd75e64
BLAKE2b-256 241294a3a9f6ab8aa3d4de6f65724a66611392efe33fd9a7cf255a8509d07f41

See more details on using hashes here.

File details

Details for the file fullcolor-0.2.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for fullcolor-0.2.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 910440a89a7c0b45dce9d9a639707d9e021c20db96c2a0c40228fb7be3480848
MD5 6616a72c0d6414009c986b6ed628aead
BLAKE2b-256 3dd4e0a98dce8608fb067efa99df0fef260c035754e45f13814ae6200d46df11

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