Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

tkinter

  1. T

    Python PoS system

    Im creating a simple PoS system on python using tk for my GUI, so far i have made a log allowing access to the code and a menu system to go with it. I have also made a SQL database to keep item descriptions linking it to the GUI to create buttons My issues/criteria: i need the total price...
  2. F

    Python Need help with my code for a tkinter gui youtube downloader - AttributeError: 'int' object has no attribute 'cget'

    First things first, Im german (strings in german aswell) and a bloody beginner when it comes to coding, but its fun and I want to improve. This code worked perfectly fine until a changed something that made this error appear: AttributeError: 'int' object has no attribute 'cget' The cget...
  3. heisenberg_1995

    Python Change Mouse Cursor Style while parsing through an image in OpenCV

    I want to change my cursor style from default to cross while parsing through an image. To do that I came across Tkinter, So, how can I integrate the following code with Tkinter? I can change the cursor style in a Tkinter window. Any other solution is also acceptable for me. import cv2...
Back
Top Bottom