Python Programming GUI - Checkbutton Widget

by matt392 in Circuits > Software

1156 Views, 6 Favorites, 0 Comments

Python Programming GUI - Checkbutton Widget

CheckButtonGraphic.png

Program that demostrates the Checkbutton widget in Python.

File attached as CheckButtonDemo.py.

This program will take the checkbox and write out a short message indicating to the user that they had selected a particular box. If "1" is in the text box, that means that they selected that checkbox.

Downloads