Tag Archives: Canvas

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 – Analog Meter GUI example

Show use of Python tkinter canvas to create meter and also vertical slider (scale) with binding Short video of Analog Meter GUI example Text of Python code Download for code Notes

Posted in Test Sector | 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

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

Layouts and Matplotlib for plots and Pyqt5 , focusing on Layouts

Topic on Layout , Matplotlib, and PyQt5 Understand the Layout in one example solution. The great original example/solution code can be found at this location: reference: https://stackoverflow.com/questions/48140576/matplotlib-toolbar-in-a-pyqt5-application Mostly focusing on how Layout plays a role in GUI use of Graph … Continue reading

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