Skip to main content

MaxGradient automates the printing gradient colored text to the console.

Project description

MaxGradient
PyPI - MaxGradientPyPI - MaxGradientVersion 0.2.10

MaxGradient automates the printing gradient colored text to the console. It's built upon the great rich library. It contains a Console that can serve as a drop in replacement for rich.rich.Console and has an expanded Color class which can parse X11 color names on top of rich's standard colors. MaxGradient is a work in progress and I'm open to any suggestions or contributions.

Installation

MaxGradient can be installed from PyPi using your favorite package manager:

PDM (Recommended)

PDM

Pip

Pip

Usage

Basic Usage

The basic usage is to create a console object and use it to print gradient text:

Console Gradient Hello, World!


Gradient

You may also instantiate a Gradient Object. The Gradient class is a subclass of the rich.text.Text class, and can be used in the same way. The Gradient class has a few extra arguments available though.

Gradient Class

The Gradient class can utilize the above arguments to get a plethora of different gradients.

Gradient Examples

Color

The final main component of MaxGradient is expanding the rich.color.Color class. The MaxGradient .Color class can still parse and utilize the rich.color.Color's standard colors but in addition to Hex and RGB colors, it can also parse RGB Tuples as well as X11 color names. I've also included the colors that MaxGradient uses to create random gradients from for convenience. The follow are the available named colors as well as there hex and rgb colors:

Color Examples

Color

Color Example


Created by

Max Ludden's Logo

Changelog

v3.2.10 | November 25, 2023 | Added Dates

  • Updated changlog to have dates

v0.2.9 | November 25, 2023 |Updated Banner

  • Updated MaxGradient Logo and Favicon
  • Updated banner to include new logo as http rather than refernceing the svg file locally.

v0.2.8 | November 25, 2023 | Fixed cli.py

  • Fixed cli.py so that it works with the new gradient method
  • Removed logging

v0.2.7 | November 25, 2023 | Bug Fixes

  • Combined multiple CSS stylesheets into one:
    • next-btn.css -> style.css
    • gradient.css -> style.css
  • General corrections to every file after correcting for Mypy

v0.2.6 | November 18, 2023 | Type Stubs

  • Added type stubs - Mypy should work now
  • Simplified maxgradient.log.py and fixed line lengths

v0.2.4

  • Rewrote MaxGradient.console.Console to replicate rich.console.Console
    • added gradient method
    • added gradient_rule method
  • Switched to ruff for linting
  • Pruned dependencies
  • Updated default_styles.GRADIENT_STYLES

v0.2.3

  • Updated docs and added more examples and reference
  • Fixed bugs
    • Fixed bug where gradient would not print if gradient was the only thing in the console
    • Fixed bug where gradient wouldn't print if the style wasn't a rich.style.Style object

v0.2.2

  • Added examples to docs and fixed some typos and bugs
  • Disabled logging
  • Fixed gradient class
  • Added gradient rules

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

maxgradient-0.2.10.tar.gz (373.2 kB view hashes)

Uploaded Source

Built Distribution

maxgradient-0.2.10-py3-none-any.whl (458.3 kB view hashes)

Uploaded Python 3

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