Timofurrer Colorful Versions Save

Terminal string styling done right, in Python :snake: :tada:

v0.5.6

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/timofurrer/colorful/compare/v0.5.5...v0.5.6

v0.5.5

1 year ago

Fixed

  • Fix setup(colormode=NO_COLORS)
  • Fix correctnes of __str__ to return always a str
  • Drop Python 2 support
  • Test Python 3.5 - Python 3.11

New Contributors

Full Changelog: https://github.com/timofurrer/colorful/compare/v0.5.4...v0.5.5

v0.5.4

1 year ago

Fixed

  • __getattr__ protocol implementation

v0.4.2

5 years ago

Fixed

  • If stdout default encoding is not set, UTF-8 is assumed

v0.3.6

7 years ago

Added

  • Combine and Pipe Styles

v0.3.5

7 years ago

Added

  • Support for Windows using colorama

v0.3.4

7 years ago

Added

  • Implement Colorful.print() method
  • Support env variable to point to local rgb.txt file

v0.3.3

7 years ago

This release is just to fix the PyPI project page.

v0.3.2

7 years ago

Added

  • Support for styling objects which implement the str() protocol

v0.3.0

7 years ago

Initial release of colorful