Skip to main content

A modern, cross platform Python toolkit for creating desktop GUI applications, based on Tcl/Tk.

Project description

Tukaan

Tukaan

tukaan.github.io #StandWithUkraine Code style: black

Tukaan is a modern, cross platform Python toolkit for creating desktop GUI applications

Install

You can use pip to install Tukaan from Pypi

On Linux or macOS:

pip3 install tukaan

or Windows:

pip install tukaan

On Linux you may get an error that the _tkinter module is not found. In that case you need to install the python3-tk package with your package manager.

Why not Tkinter?

Tkinter is just a wrapper around Tk, that is so thin, that you can see through it, and even has holes on it. If you have ever used Tkinter, you know, it's kinda dumb. There are a lot of things not implemented in Tkinter, that you can only access with Tcl calls. Tukaan has everything you could need, and maybe even more :)

In Tcl almost everything is represented as strings, and Tkinter doesn't always convert them to Python objects, so you have to do that yourself. If you mess something up, it won't raise a Python exception, but Tcl a error instead, which you don't understand, even if you know the Tcl language.

Tkinter also looks awful by default. You can change this, if you use the the Ttk extensions. But why should you use extensions to make your GUI not look like it came from the 90's? With Tukaan this is completely different. The apps look native by default on Windows and on MacOS as well. Unfortunately this isn't possible on Linux, but it still uses a better theme than the Tk default.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tukaan-0.1.1.tar.gz (47.8 kB view hashes)

Uploaded Source

Built Distribution

tukaan-0.1.1-py3-none-any.whl (325.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page