Tkintertoy was updated to version 1.3.0

This update allows the programmer to select Tk rather than Ttk widgets to get 
around problems with certain parameters like background with Ttk widgets. Also, 
the add* methods now return the Ttk/Tk widgets to make configuration easier. 
Other minor bug fixes and documentation improvements occurred.

What is Tkintertoy? It is a light-weight GUI library built upon Tkinter and 
Ttk. Using a few lines of code, less experienced programmers will be introduced 
into the world of widgets and event-driven programming with a minimum of pain. 
However, Tkintertoy also allows access to the more complex features of Tkinter 
and Ttk. It should run on any platform with Tkinter and Ttk installed.

Installation: pip install tkintertoy
Upgrade: pip install --upgrade tkintertoy
License: MIT
Email: [email protected]

Links
=====

Home Page: https://github.com/mcalla314/tkintertoy/
Documentation: https://tkintertoy.readthedocs.io/en/latest/
YouTube: https://www.youtube.com/channel/UC97oVhYlG8sVsHKZzoFU_Cg/videos 
Download: https://pypi.org/project/tkintertoy/

Enjoy,

Mike Callahan

<P><A HREF="https://www.github.com/mcalla314/tkintertoy/";>Tkintertoy
1.3.0</A> - A light-weight package for creating simple GUIs built on
Tkinter and Ttk. (13-May-20)</P>
_______________________________________________
Python-announce-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: [email protected]

Reply via email to