Posts by VictorS' • 65 points
8 posts
-
1
votes0
answers361
viewsQ: I have a little problem with listbox - in Tkinter
Good morning, I have a question about the listbox on Tkinter. my code is working fine, there’s only two things wrong and I’m not getting it fixed. first that when I click the delete button, the…
-
0
votes4
answers6351
viewsA: How do I capture each key typed in python
In only 13 Lines, this program does a gigantic job with only one drawback: from pynput.keyboard import Key, Listener import logging log_dir = "C:/Users/" logging.basicConfig(filename=(log_dir +…
-
3
votes4
answers6351
viewsQ: How do I capture each key typed in python
I am trying to make a program that captures the keystrokes typed on the pc, so that later I can access them. I don’t know where to start. I don’t know if you use sqlite3 (database), in google I…
-
0
votes2
answers344
viewsQ: name is not defined - name/variable undefined, Tkinter and slite3 help
I’m starting to study sqlite3 in Marra, and this being difficult, but I already got a few things, the problem is that when compiling the program appears the following error: "name 'adic' is not…
-
0
votes1
answer1976
viewsQ: Create a mini CRUD (basic) in Python Tkinter
my name is Victor, I’ve researched the Treeview but I couldn’t do anything, but my goal is this one: I made an illustrated example follows the code: from tkinter import* class principal: def…
-
0
votes1
answer2903
viewsA: Adjust Tkinter window and widjets according to screen resolution
Hi, sorry I didn’t answer right away, I was too busy. But the thing is, there’s no code that I know of that widgets, frames or/and label’s as a dimension in which it fits to the monitor. Because…
-
0
votes1
answer508
viewsQ: How do I focus on Toplevel open Tkinter?
In the Help menu, I’m opening as many windows as I click to open, this wasn’t supposed to happen. I tried to adapt something of this post: Tkinter focus a window ignoring the back? , but I couldn’t,…
-
1
votes1
answer2280
viewsQ: Change colors in program using Tkinter
hello, I need to create a function or maybe two to change the background color of the main window without interfering with subsequent events. wanted to add in the menu feramentas>environment:…