Posts by Luã • 11 points
2 posts
-
0
votes1
answer567
viewsQ: A question about python Pyautogui?
Is it possible for me to use Pyautogui in a browser that is not showing up on the screen ? Type I create a code for Pyautogui to work with the coordinates of a specific browser(eg Firefox) while I…
-
1
votes0
answers330
viewsQ: How to use while on Tkinter to make Par or Odd game?
I’m starting now and so I’m super lost, this and my code: from random import choice from tkinter import * janela = Tk() janela.title("Jogo do PAR ou IMPAR!") fontPadrao = ("Arial", "10", "bold") def…