Closed techantidote closed 3 years ago
-The CLI app runs "os.system("color 0F")" which I believe was meant for MS based systems. -If running the CLI app on *Nix systems, it will throw an error "sh: 1: color: not found" -To fix this, Added check to see platform type. If Platform is Windows, then set color to 0f.
-The CLI app runs "os.system("color 0F")" which I believe was meant for MS based systems. -If running the CLI app on *Nix systems, it will throw an error "sh: 1: color: not found" -To fix this, Added check to see platform type. If Platform is Windows, then set color to 0f. Removed print statement for os type.
Thanks for contributing to this project. I will have a quick look to the changes as soon as possible and merge the request if found useful. Thanks again! :) Stay safe!!!
@divagicha Great!
…ormation about python3-tk