tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

RGB and Hex integrated #369

Open Alex-Jando opened 1 year ago

Alex-Jando commented 1 year ago

I added two new commands: "from_rgb" and "from_hex". Both of them work on the colorama.ansi.AnsiFore and colorama.ansi.AnsiBack classes. It works as expected with no issues. Tested only however in windows terminal.

Greggles182 commented 9 months ago

This would be very useful @Alex-Jando