#tkinter

[ follow ]
CodeProject
3 weeks ago
JavaScript

Working with frames in a video using OpenCV and Tkinter.

Extract frames from a video file using OpenCV functionality in a graphical application with Tkinter. [ more ]
CodersLegacy
2 months ago
Python

Exploring Data Tables in Tkinter with PandasTable - CodersLegacy

PandasTable library allows for easy display and interaction with DataFrames in a Tkinter GUI.
Modifying PandasTable internally is possible by accessing the dataframe through table.model.df attributes. [ more ]
CodeProject
2 months ago
Node JS

Visualize Binary Search Tree using Python, Tkinter and Graphviz

Binary Search Tree is a special type of tree with specific value restrictions for nodes in left and right subtrees.
Nodes in Binary Search Trees can be traversed using three methods: inorder, preorder, and postorder. [ more ]
[ Load more ]