-1
Good morning, everyone.
I started recently in the games and studies with Python and I’m deepening now with Tkinter to develop some interfaces that interact with the user.
I have a code that accesses a particular system and issues some reports in an automated way, but it is necessary that I report some information for this issue as (report date / schedules / question yes or no affiliate)
My question is this::
I would like to make an interface that way
- So that the input (date) entered by the user interacts with the rest of my code.
- It would have 2 tabs with the corresponding schedules for SEM and FDS (sometimes all can be selected, as well as some times selected 1 or more).
- A radio button (or other option) to confirm a question from validation YES/NO.
Hugs
That’s not a doubt, it’s a job request.
– jfaccioni
@jfaccioni help a lot the one who little disturbs. If you can’t (don’t want to help) just go straight through. For future research Here is the solution that helped me clarify the ideas of how to follow what I’m doing. https://youtu.be/QonXU_ofHB4
– Bruno Felipe
It’s not about "getting in the way". Your "doubt" is "would you like to do the interface that way", which is not a clear question (example of better questions: how to create widgets in multiple tabs? How to get form data in Tkinter?). You just listed requirements for what you wanted your interface to look like, with no code to tell us exactly where you encountered difficulty. Remember that the Stack Overflow NOT A code writing service, we won’t do your work for you.
– jfaccioni