+ 1
Python noob question
If a programme is written with Python, what is used to style the front end of the programme? Is it still CSS? Or have I misunderstood how this whole thing works?
2 Answers
+ 1
If you mean styling the GUI of the python program, you use a library called "tkinter". Look it up!
0
Thanks you guys. This makes a lot of sense now. I will look up what a GUI is firstly and then the suggestions. Appreciated 😊