Socket
Socket
Sign inDemoInstall

verlauf

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    verlauf

Verlauf - The Terminal Color Gradient Generator


Maintainers
1

Readme

Verlauf - The Terminal Color Gradient Generator

.. image:: ./screenshot/screen.jpg

Installation

To install verlauf, simply run

::

pip install verlauf

Usage

::

verlauf [start] [end] [steps]

Examples

::

$ verlauf --help
Usage: gradients.py [OPTIONS] START END [STEPS]

  Generates a gradient from START to END STEPS long (ends inclusive)

Options:
  --help  Show this message and exit.
$ verlauf f00 00f           # This produces 5 colors between #ff0000 and #0000ff
$ verlauf '#0abc0d' abcdef  # '#' in color names are optional
$ verlauf 0abc0d abcdef 7   # This will produce 7 colors in between

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