How to create a graphical form in python using Tkinter and save data to a text file

preview_player
Показать описание
(How to create a graphical form in python using Tkinter and save data to a text file) - This video is a follow up tutorial based on how to create a graphical form using python and save all the data into a text file which can later be read.

The tutorial is very basic and has been aimed for beginners who want to learn more about python and how to create graphics while relating them to small functions.

Hope I was able to help. Please make sure to like, comment and subscribe and help me reach my target of 1000 subs. PEACE :)

Checkout my setup:

Рекомендации по теме
Комментарии
Автор

Thanks so much for the Tutorial!!! Have been working on this for hours and now got the solution!!!

cjbricks
Автор

great i was out of ideas that i could do but this was amazing

blizrav
Автор

Thanks a lot for this video, you rock.

leandroaraujo
Автор

I wish they had thought about drag and drop. Thanks, nice video.

mingosutu
Автор

Excellent video and tutorial! :) Is there a way to add spaces between first and last name, age, etc within the output text file please? Or even better have the column headers in the output text file also? I'm doing a uni python project at the moment.

iaindsykes
Автор

@johan Godinho Can you tell me how to give a delay button in between. I think you can understand as I don't speak that nice english

boomgaming
Автор

hello dear Johan,
thank you very much about this interesting tutorial
could you please make an tutorial about make GUI with tkinter
but this time try to make function including API
and the API contains arguments that will be entered from the entry and label
and when we click on button run the API

jalalahmad
Автор

Does anyone know of a way to save the user information for the person who modified the form? Example, if John fills out the form and submits the data to a csv file (appends) I would then want to know a method of retaining John's information automatically without adding in a "submitted by" input. So I will retain the form data + something like John's machine name or windows user name or something to link back to the form submitter..

syrkyls
Автор

when am running this at command prompt and also python IDLE

satyaprakashrajgudapudi
Автор

sir when am run this program window will not be displayed yet wt was the reason sir tell me....

satyaprakashrajgudapudi
Автор

how to make it accessible via url and when filled sent you the data as text file?

freemanfreed
Автор

Dude only the last record that I register is bring stored in the text file.. How should I resolve this problem??

goravjhabakh
Автор

Hi. Great tutorials. One question as a newbie, I could repeat what you did using Python shell, but when I tried to use Visual Studio Code in order to better adapt the code, I get no form when running the code. Any idea why? Is there a setting necessary?

juliencourtois
Автор

what application did you use if may i ask??

JAYODAJW
Автор

Hey can you please tell me how can i save the data in a csv file rather than a text file?

dshrishikeshkute
Автор

hey, so I have one qestion every time I make a new person or whatever it overrides the old person stored in the txt file, how can i make it have more than one person stored in the file

phluent
Автор

great job ! but how can you get your screen without writing screen.mainloop() at the end. in my case it wasnt possible without it. thank you!

abdelillahchennoufi
Автор

what if i want to specify the name of the text file when saving?

Kennerdoll
Автор

how to remove the 0 in the age text field?

stanhoult
Автор

My brain exploded when the author tryed to place entries using almost random numbers :-))

volandua