Category Archives: tkinter

Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo

Presentation on a version of producer consumer pattern using queues and threading. Used Python,tkinter, and Matplotlib Presentation is followed with a short video and zip code May17,2023 added the Ipython console output image on post so you can see the … Continue reading

Posted in Arduino(r), Python, Test Sector, tkinter | Tagged , , , , , , , | Leave a comment

Python – Sequence Editor example

a Python tkinter Sequence Editor example with a simple UUT(Magnetic crane in canvas) Presentation Short Video of Sequence Editor with sequence running aprox 18sec Python code text Download Python code Notes

Posted in Python, Test Sector, tkinter | Tagged , , , , , , | Leave a comment

Python – Analog Meter with New Chart-Class this time

converted a previous python project over to Class type with new Chart /scope adventure Short Video on GUI (tkinter) Python Code Text (tkinter) Python – Analog Meter and Chart Download Notes Presentation: Analog Meter Display and Chart GUI using Vertical … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , | Leave a comment

Python – Learn Queue GUI

Tkinter GUI to learn Queue, Put, Get, Empty, Full, Exception Handling Short video about 42sec Python Learn Queue – Code Text Download of code Notes

Posted in Python, Queue, Test Sector, tkinter | Tagged , , , , , , , , , | Leave a comment

Python- Updated Wafer Display GUI with Test types

Updated a previous Wafer Display GUI Able to show what type failure occurred for different test by changing color of die. Also a Stop Testing button Video of combobox test type to show failed die, also show other die in … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , , , , | Leave a comment

Python GUI – Production Line example

Using Python, Tkinter, canvas ,and photoimage function with some threading My webhost not allowing some file extension so need to put image as individually (sorry) The images are for operator sequence , I tried to put them all in a … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , | Leave a comment

Python GUI Four UUT with Threading, progressbar, tab

Show a GUI tkinter using four UUT example with threading, includes progress bar and tabs. Not a how to setup mux communication, focus in on GUI and threading UUT 3 was made intentionally slow and to randomly fail to show … Continue reading

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , , , , | Leave a comment

PY3 and TKinter GUI (place and pack)

Example GUI with Python3 and Tkinter using Place and Pack (grid will be another post) Widgets used window canvas label button frame circle oval  

Posted in Python, Test Sector, tkinter | Tagged , , , , , , , | Leave a comment