Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible. Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more.


License
TCL
Install
conda install -c anaconda tk

Documentation

README: Tk

This is the Tk 9.0b3 source distribution.

You can get any source release of Tk from our distribution site.

8.6 (production release, daily build) Build Status Build Status Build Status
8.7 (in development, daily build)) Build Status Build Status Build Status 9.0 (in development, daily build)) Build Status Build Status Build Status

1. Introduction

This directory contains the sources and documentation for Tk, a cross-platform GUI toolkit implemented with the Tcl scripting language.

For details on features, incompatibilities, and potential problems with this release, see the Tcl/Tk 9.0 Web page or refer to the "changes" file in this directory, which contains a historical record of all changes to Tk.

Tk is maintained, enhanced, and distributed freely by the Tcl community. Source code development and tracking of bug reports and feature requests take place at core.tcl-lang.org. Tcl/Tk release and mailing list services are hosted by SourceForge with the Tcl Developer Xchange hosted at www.tcl-lang.org.

Tk is a freely available open-source package. You can do virtually anything you like with it, such as modifying it, redistributing it, and selling it either in whole or in part. See the file license.terms for complete information.

2. See Tcl README.md

Please see the README.md file that comes with the associated Tcl release for more information. There are pointers there to extensive documentation. In addition, there are additional README files in the subdirectories of this distribution.