- Notifications
You must be signed in to change notification settings - Fork8
Legacy multi-threading support for Tkinter, Python 2.7 or earlier only
License
RedFantom/mtTkinter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the mtTkinter module written by Allen B. Taylor, originally publishedhere.This module was originally created to fix problems in a program that was not thread-safe, but I have found it to be useful in myown programs as well. This GitHub repository is available for those who want to fork the code, but mostly I just created it toget the module on PyPI. Publishing the module on PyPI wassuggested quite a while ago.
You can install mtTkinter by copying it directly into your project folder, install it Python-installation wide by copying themtTkinter.py
file into%PYTHONDIR%/Libs/lib-tk/mtTkinter.py
or you could usepip install mttkinter
, a method for which thisrepository was specifically created.
Allen B. Taylor licensed this code under the GNU LGPL license from version 0.4 on.
Since I have not found any bugs or problems with the current code, there will be no further development of the module. If you want,you can fork the repository and suggest changes through pull requests. You will be credited for your work.
About
Legacy multi-threading support for Tkinter, Python 2.7 or earlier only