#!/usr/bin/wish button .hello -text "Test" -command {puts "TEST"} pack .hello -padx 10 -pady 15