+ 2
One more how do you make a button in python?
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).
+ 1
Okay thank you