Python: color in DOS Console window?

I have already asked this question in another (wrong) forum, so after BgDM’s request to take my question elsewhere I have turned here.
I wonder how you can use color in the DOS console window?
It is possible in C by using stdhandle and setconsoletextattribute.
I was told that, by using a different version of python you can do that.
But I don’t want to use another distribution of Python, so how can I somehow use color in a DOS console window using Python?

Thanks in advance!

Peter

bump

Doesn’t matter anymore. I’ve found a solution and it’s called WConio.
It does exactly the same what Conio did for C.
Conio stands for CONsole Input Output and WConio can do that for Windows.
Try it at Chris Gonnerman’s WConio page