initColorIt() returns error
Closed this issue · 5 comments
Hello,
On mac OS I run
from colorit import *
initColorIt()
and it returns
sh: cls: command not found
Does your module support use on mac OS?
Thanks
@ChemGuy88 Ah, let me work on that, I will have fixed that by tomorrow.
One more thing, despite the fact that you get that text, are colors actually being printed? Or does it not let you use your program at all? I believe ColorIt
may still work. But, I'll work on removing that error.
Alright, I believe I fixed it. Let me implement it.
Alright @ChemGuy88, I think I have fixed the error. Here is a link to the experimental branch, if you confirm that that updated version works, I will merge it. Just replace whatever file you have for ColorIt.py
with the file in that branch. That should fix it, if it does, let me know.
Link: https://github.com/CodeForeverAndEver/ColorIt/tree/clear-terminal-error
Alright, no need, I had some others test it, and it is all working good. You can just get it from https://github.com/CodeForeverAndEver/ColorIt now.