How do you import libraries so you can use coloured text while using an online IDE with Python?
I am using an online IDE: www.online-ide.com or replit.com make a text based dungeon game. I am trying to use coloured text to make things clearer with the combat system but cannot work out how to. I have tried using pip install termcolour
in the shell tab and have tried in both IDEs code such as:
How do you import libraries so you can use coloured text while using an online IDE with Python?
I am using an online IDE: www.online-ide.com or replit.com make a text based dungeon game. I am trying to use coloured text to make things clearer with the combat system but cannot work out how to. I have tried using pip install termcolour
in the shell tab and have tried in both IDEs code such as:
How do you import libraries so you can use coloured text while using an online IDE with Python?
I am using an online IDE: www.online-ide.com or replit.com make a text based dungeon game. I am trying to use coloured text to make things clearer with the combat system but cannot work out how to. I have tried using pip install termcolour
in the shell tab and have tried in both IDEs code such as: