+ 1
5 Answers
+ 6
If you want to do things, that are very common, it is a good idea to have a look at github or other places if you find sth. similiar.
github is for codes what youtube is for videos. So one should have rough knowledge with it.
I found this... very basic..,
https://gist.github.com/macloo/2a04140900225e9fee012d487280f957
+ 5
I am not good in python..But I made a similar program where I saved information by creating a text file and writing in it.
+ 4
yes u can use append ,save ,write in file functions to create and save a file in the device ..that will contain the input....
u can get more information from here...
youtube : sentdex : writing in file ,appending a file
here are the relevant links
writing. https://youtu.be/f6zeuk5UjuE
appending. https://youtu.be/O3KAyaDvM-k
reading. https://youtu.be/0SyyGIFnVCA
0
If I use tkinter and use widgets, will that the info that I insert in the program still save it I use append, save, and write?