Posts by Rodrigo Aruake • 15 points
2 posts
-
1
votes1
answer64
viewsQ: Arq.readlines python / Tkinter loop
I’m new in Python and I’m doing a report and I’m not getting a loop to read a txt file that I have. the data from the txt file are: ('001','0:59:30.0','1','3.00') ('002','0:59:30.0','2','4.00')…
pythonasked Rodrigo Aruake 15 -
0
votes1
answer321
viewsQ: Tkinter Python Toplevel
I want to make the btnteste button modify the text in the label(root), I am unable to do from tkinter import * root = Tk() root.geometry("800x600+600+200") root.resizable(False, False)…