Questions tagged as 'tkinter'

0
answers

Blinking text in Tkinter / Collateral effect

Hello, I'm starting my studies in Python with the use of Tkinter. Get light on the answers / critics (rs!). I need to "blink" a text (blink), with a value, when it is the fastest (lap record). I searched for information in various places on how...
asked by 17.12.2017 / 13:48
0
answers

Change the Label everytime the button is pressed

I'm doing a PYTHON table using FOR, in TKINTER, and I would like every time a new number is placed in ENTRY, the label changes to the new table. For example, a number will be placed in the ENTRY and the person will click the TAB button, when it...
asked by 14.09.2017 / 00:58
1
answer

master parameter = None within the class in the tkinter module (python)

I'm learning the tkinter module in the course of Professor Neri Neitzke, however, I did not understand what the (master = None) parameter is in __init__(self, master=None) of the class below, could anyone explain the functionality of this...
asked by 03.09.2017 / 21:33
1
answer

Play video stored on the web python [closed]

Imagine that I have video in a directory of a website and not in a tag, example: www.site.com/video.mp4, how can I play this video using python + tkinter?     
asked by 25.07.2017 / 15:56
2
answers

Python 3.x Show data typed in an Entry in a Label only after pressing a button

I wanted to know the following; In my program there are: Entry1 - > where the user types some information btn1 - > where it confirms the name and the previously entered data is displayed in the console
asked by 10.07.2017 / 06:09
0
answers

Destroy a container already created in tkinter

I would like to know how I can do to destroy a container already displayed on the screen. Like this: the program loads a container with the widgets and everything. However, when I make it create another container, it puts it under the already...
asked by 28.06.2017 / 16:05
1
answer

Problem with Classes and Packages in python

I asked a question but I decided to improve it to have a better understanding, and also because nobody could answer for the fact that there is little explanation in this one I will be talking about the packages, ie for each block and a file with...
asked by 20.05.2017 / 16:58
0
answers

Python 2.7.9 - Tkinter Module 01

Hello,youarefollowingthesourcecodeofmyprogram,thequestionis:    HowdoIaddfunctionsandpause/connectwiththesubmenusaftertheuserclick,beingexecutedinthemainwindow,withoutneedinganexternalwindow?Forexample:    Iwanttoaddafunctionthat,aftertheusercl...
asked by 21.03.2017 / 04:22
1
answer

Save contents of a Listbox in the mysql database

Good morning, I have a listbox and am having trouble storing the contents of this list in the Mysql database. Can anybody help me. I followed the code and error below: def SaveVariosCodBr(self): db=self.conexaoBanco() cursor=db....
asked by 13.11.2016 / 15:44
0
answers

Disable standalone windows on Tkinter

I need to create submenus in a Tkinter application. For this, I'm using Toplevel . However, it is crucial that when opening a submenu, the main window is disabled, which is not the case with Toplevel . Even with the submenu open, the...
asked by 22.04.2016 / 07:29