Python Forum
Colorama_EX - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Colorama_EX (/thread-41303.html)



Colorama_EX - alp3rkum - Dec-16-2023

Ladies and gentlemen, here I am with my first public PyPI package. I've written an extension module to famous colorama module, which I've named as "colorama_ex". (also colorama-EX)

This module is an extension module allowing the console to register all 256 color codes of ANSI-256. You can use this module in place of normal Colorama. It has separate classes for classic 16-colors, grayscales and everything in between. It's a great addition to what is already a powerful ANSI library for Python.

Shout out to the one and only Jonathan Hartley for making the original Colorama library.

Here's the PyPI link to colorama_EX. It is officially installable from pip.
https://pypi.org/project/colorama-EX

My GitHub repository for those who are interested:
https://github.com/alp3rkum