I have a problem with launching the code, the problem was
"File C:\Users\User\Something\main.py
import color-utility
^
SyntaxError: invalid syntax'
Is there any fix for this?
I have a problem with launching the code, the problem was
"File C:\Users\User\Something\main.py
import color-utility
^
SyntaxError: invalid syntax'
Is there any fix for this?
Well, you should use import color_utility
instead of -
.