+ 2

One more how do you make a button in python?

23rd Jun 2020, 5:14 PM
joey
joey - avatar
2 ответов
+ 3
You can't make a button with regular python 3, you have to use this thing called Tkinter. Here is a website: https://www.python-course.eu/tkinter_buttons.php But it would be easier for you to make a button in html or css/javascript (web).
23rd Jun 2020, 5:30 PM
GermoOKD
GermoOKD - avatar
+ 1
Okay thank you
23rd Jun 2020, 5:31 PM
joey
joey - avatar