Posts by Pedro Fontoura • 17 points
2 posts
-
0
votes1
answer47
viewsQ: how to trigger a function via another function
i am making an app with Tkinter and need to trigger a function using another: import pynput import datetime import tkinter from tkinter import * import pyautogui import time from pynput.keyboard…
-
0
votes1
answer1991
viewsQ: typeError: 'module' Object is not callable
I’m trying to add layers to my game window, so I tried using Sprite groups, but there’s this mistake that I don’t understand why it persists: TypeError: 'module' object is not callable I searched…