I’m looking to build an app with Python (tkinter, ttkinter and ttkbbotstrap)
I’m trying to find out the best way to do it. The app will have a main window that will display data.
At first run, i want to do some kind of install windows that will receive information from the user and will set some things for the app to work.
The setup windows as for now are written in separate Python files. Each setup window will have ‘Next’, ‘Previous’, and ‘Cancel’ buttons so i can go back and forth in the setup.
The setup will run only once on the first run.
Now… what will be the best way to accomplish this? Be advised that i need to pass some of the info from one window (python file) to another.