How can I create a function in python that takes an object, modifies the location of it and other objects using CustomTkinter
I am creating an app that lets you choose exercises and basically what I’ve been trying to do is create a function that takes the “.grid” element and for the exercise chosen and moves the column to 1, and for all other objects in column 2 up a row. The object I am trying to […]