tkinter tag

66 questions


1 answers
440 views
0
I want an event to happen when I click on a particular image on tkinter.

How do I make an event happen when I click on an image?(Viewing images on tkinter.) a=tkinter.PhotoImage(file=○○.png)  canvas.create_image(x,y,image=a)I would like to click on this image to generate a...

1 years ago

1 answers
321 views
0
tkinter memory leak

In the GUI application using tkinter, when you click on the app, you communicate with the outside world and update the screen based on that information.I found that the amount of memory gradually incr...


1 answers
301 views
0
Time stops when the Python timer button is pressed

I'd like to make a timer for school special activities.I made the time count and the buttonsI don't know how to stop time when the button is pressed.I'm applying what I've learned, so I'd like to add ...

1 years ago

1 answers
388 views
0
JPGE image is not displayed in Tkinter

What's troubling youThe JPEG image is not displayed on Tkinter.png images and ico images are recognized, but only jpeg is impossible.I have installed the pillow before executing the code, but it doesn...

1 years ago

1 answers
338 views
0
Tkinter Does Not Reflect Images

What's troubling youI'm trying to make software with python using Tkinter, but I can't see the image when I type the code.Put the py file and the image file in the same folder and select the image fil...

1 years ago

1 answers
431 views
0
I want to output the loaded file as a table in Tkinter.

I would like to print the prepared text file in tabular format using tkinter.It is assumed that the next column will be printed after checking the blank space, and the next column will be printed afte...

1 years ago

1 answers
432 views
0
I want to output the loaded file as a table in Tkinter.

I would like to print the prepared text file in tabular format using tkinter.It is assumed that the next column will be printed after checking the blank space, and the next column will be printed afte...

1 years ago

1 answers
430 views
0
The tkinter messagebox appears first and then the main dialog does not complete successfully.

This is a self-resolved content, but I will post it for sharing.Before starting the main GUI application, you may first check the startup conditions, such as checking configuration files, and use the ...

1 years ago

1 answers
323 views
0
When creating the Python Tkinter GUI, icon files cannot be read correctly after setting the icon image twice.

During the GUI creation procedure for the tkinter library, when setting the window icon, What is wrong with the image loading error when I write down the icon specification twice?Usually, it is said t...

1 years ago

1 answers
332 views
0
Canvas on Tkinter has NameError

Python 3.9.5 64-bit Windows 10 Home Currently, I use Tkinter to read PDFs and create tools to edit (rotate, split, save, etc.).In the middle of that, I would like to write a code saying that clicking ...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.