Answers for "pyqt text color"

0

colored text in py

import colorama
from colorama import Fore

print(Fore.RED + 'This text is red in color')
Posted by: Guest on September-20-2021
0

change color of text button pyqt5

setStyleSheet('QPushButton {background-color: #A3C1DA; color: red;}')
Posted by: Guest on May-24-2020

Python Answers by Framework

Browse Popular Code Answers by Language