Skip to main content

A string-coloring package for terminals

Project description

colorparse

colorparse is a python package that will read and parse strings with defined color codes, showing their respective colors in the terminal. This way, a string can be easily colored, simplifying the work for the user. For the complete documentation, please visit the github page.

Installation

To install, use this command:

  $ pip install colorparse

After this, the package should be ready to use. To upgrade or uninstall, use the following:

   $ pip install --upgrade colorparse
   $ pip uninstall colorparse

Change Log

* the prefixes [t] and [m] refer to terminal and module only changes, respectively. *

# version 1.0.0   (2019 - 07 - 30)
+ [t] The use of `colorparse` without arguments, results in the usage help being displayed.
+ [t] Grouped the option arguments `-v` and `-c` as mutually exclusive arguments.
+ [t] Added new optional argument for reading strings from input file(s) with `-i` or `--input-file`.
+ [t] Replaced the optional argument `-f` for `-o` (`--output-file`).
+ [t] Changed the optional argument for `overflow` to `-O` (uppercase o) or `--overflow`.
+ [t] Added support for special characters to be read from the terminal input `-r` or `--read-special`.

# version 0.0.2   (2019 - 07 - 29)
+ Fixed Windows script file

# release version 0.0.1   (2019 - 07 - 29)

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

colorparse-1.0.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

colorparse-1.0.0-py3-none-any.whl (8.7 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