I have created a program that records my input through the python command line,
it asks for ie, name, favourite food, (they are examples only)
it than writes the inputs to a text file, and calls the text file by one of the inputs (eg, name)
i now want it so the program so whenever i run the program, it adds all the inputs to the same text file, that is named "records" or something like that.
once that has done, i want it to give my program a GUI, giving me lines to enter the data, and than i can click "save" it will write it to the text file names "records"
i also need it to be able to retrieve the records to be displayed on the GUI.
these tasks, i am not familiar with,
i would be extremely appreciative for some pointers, or if somone wants to email me, i will gladly email you the program, so you can see what i'm on about.
i am creating this software for a friend, as he is trying to come up with a solution to manage is out of hours jobs
cheers.