On Wed, Jul 14, 2021 at 10:53 PM <[email protected]> wrote: > > Hey dear community, > > I want to use advanced RGB Coloring in python for teminals. > > There are already some modules but not advancrd enough. > > I hope this feature will be added in the next python versions! > > > I believe in this strong community, this will powerup our ascii designs in > terminals most users made!
Sounds like you're talking about 256 color ANSI escape codes? There are some packages on PyPI that look like they provide that; have you looked at them, and if so, in what ways are they not advanced enough? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/L4XKRCW7FEZUV3ASUQJ3NPJMCHE7NHG3/ Code of Conduct: http://python.org/psf/codeofconduct/
