[Python-announce] Tkintertoy 1.6.0 released

2023-08-07 Thread Mike Callahan
Announcing the release of Tkintertoy version 1.60.

Python educators, do you want to move your students beyond command-line
interfaces (ie. input-print) but find the jump to Tkinter too much?
Give TkinterTOY a try. It makes Tkinter GUI programming child's play.

Used in college-level courses, your students will be writing clean, balanced
GUI interfaces quickly. Tkintertoy also let the student explore more complex
parts of Tkinter when they are ready.

Extensive online documentation with a beginner's tutorial that covers
many types of simple examples is available. Tkintertoy has an MIT license.

Downloads:
https://pypi.python.org/pypi/tkintertoy

Documentation:
http://tkintertoy.readthedocs.io/en/master/

Repository:
https://github.com/mcalla314/tkintertoy

Enjoy.

http://pypi.tkintertoy.com;>Tkintertoy 1.60
A lightweight wrapper for Tkinter for novice coders. (08/07/23)
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


Tkintertoy 1.3.0 Released

2020-05-13 Thread Mike Callahan
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: mca...@twc.com

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

https://www.github.com/mcalla314/tkintertoy/;>Tkintertoy
1.3.0 - A light-weight package for creating simple GUIs built on
Tkinter and Ttk. (13-May-20)
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


ANN: The release of Tkintertoy 1.1.0

2019-05-06 Thread Mike Callahan
A new package, Tkintertoy 1.1.0

Python instructors, are you looking for a package that will quickly move
your students from the command line to GUIs? Tkintertoy, a light-weight GUI
library built upon Tkinter and Ttk, should help. Using a few lines of code,
your students will be introduced into the world of widgets and event-driven
programming with a minimum of pain. However, Tkintertoy allows advanced
students to explore complex features of Tkinter and Ttk when they are
ready. It should run on any platform with Tkinter and Ttk installed.

Installation: pip install tkintertoy
License: MIT
Email: mca...@twc.com

Links
=

Home Page: https://github.com/mcalla314/tkintertoy/
   The docs/slides folder will contain a series of slideshows that
introduce Python
   and Tkintertoy in the creation of simple but complete
applications.

Documentation: https://tkintertoy.readthedocs.io/en/latest/
   Includes a reference and tutorial.

Download: https://pypi.org/project/tkintertoy/

Enjoy,

Mike Callahan

https://www.github.com/mcalla314/tkintertoy/;>Tkintertoy
1.1.0 - A light-weight package for creating simple GUIs built on
Tkinter and Ttk. (3-May-19)
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/