Python GUI menggunakan CSS

One library you can use is PyQt5 that you can install using:
pip install pyqt5

You can use this to create elements with the elements provided in the library 
and then you can use .setStylesheet() to use css with the elements
68Duck