Skip to content

nhonorisg/ChangingConsoleColours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChangingConsoleColours

little python project for changing colour in the terminal

Some advices

     ### 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
  1. 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.

  2. Finally, install "sty" using the command:"pip install sty". ATTETION: Do not add the command "sudo" When you are executing this last command.

About

little python project for changing colour in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages