Relative Content

Tag Archive for pythoncustomtkinter

CustomTKinter- adding additional input fields to form

I am creating a program in Customtkinter where I want to the user to input their ingredients one ingredient at a time- ideally I want to have the text field and then they have the option to add additional text fields below the original while retaining the original. I didn’t want to set a fixed number of fields as I won’t know in advance how many they will be inputting- if this isn’t possible I have alternate fixes but I was looking for where I should be looking in the documentation to resolve my issue.