Top "Tk" questions

The Tk toolkit is a scripted GUI toolkit that is designed to be used from dynamic languages (initially Tcl, but also Perl and Python).

closing tkmessagebox after some time in python

I am developing an automated attendance system where when a student scans his RFID tag, his attendance is recorded while …

python python-2.7 tkinter tk tkmessagebox
Ruby require 'tk' yields LoadError: no such file to load -- tk

I'm not able to get ruby to require 'tk' successfully. I'm using rvm, ruby 2.0.0, ActiveTcl-8.6, and Ubuntu 12.04 LTS. I have …

ruby tk
Using tk to create a text editor

Is it possible to use tk to create a text editor that can support syntax highlighting, autocomplete and even can …

text tkinter editor tk
The Simplest Steps to Converting TCL TK to a Stand Alone Application

After running into major compatitiblity problems with C#, ASP.NET, MS Access, Linux, and Mono, I've decided to program in …

tcl tk