Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Colorama_EX
#1
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

Attached Files

Thumbnail(s)
   
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020