little python project for changing colour in the terminal
### Issues
If you get an error which is like: "fg or bg is not recognised", you will have to install "sty". Check in your terminal if "pip" is installed by typing "pip", if not, do the two steps bellow, else you will have to do the second step only.
NOTE those advices are for Linux user, if you are on Windows. you have normally "pip" already installed, then do the second step only.
### Solution
-
You will have install "pip" the python package manager first. Check on this link: https://linuxconfig.org/install-pip-on-linux, how to install "pip" on your OS.
-
Finally, install "sty" using the command:"pip install sty". ATTETION: Do not add the command "sudo" When you are executing this last command.