Skip to content

arihant2math/tkinter

Repository files navigation

Tkinter

Raw API bindings for Tcl/Tk.

Installation

Windows

Just add the crate, binaries are bundled with the installation.

MacOS/ Linux

Install tk-dev and pkgconfig with your package manager.

apt:

sudo apt install tk-dev pkg-config

or brew:

brew install tcl-tk pkg-config

then add the crate.

Debugging build failures

If not on windows try running pkg-config --cflags --libs tcl

The output should be something like:

-I/usr/include/tcl8.6 -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6

if it is something like

Package tcl was not found in the pkg-config search path.
Perhaps you should add the directory containing `tcl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tcl' found

then tk/tcl has not properly been installed.

License

Under Apache License 2.0 or MIT License, at your will.

MSRV Policy

Currently: 1.85

Any updates to the MSRV are considered breaking changes.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •