Python noob question | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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?

20th Nov 2017, 9:03 AM
Code_acc
Code_acc - avatar
2 Respostas
+ 1
If you mean styling the GUI of the python program, you use a library called "tkinter". Look it up!
20th Nov 2017, 9:09 AM
Witty Phantom
Witty Phantom - avatar
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 šŸ˜Š
20th Nov 2017, 10:43 AM
Code_acc
Code_acc - avatar