Best way to build an app

Hi all,

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.

Thanks in advance.

Hello @Dady !

I am not skilled in this area.

However, if you have not already done so, you may wish to check out this freeCodeCamp Tutorial and Video by Beau Carnes

I hope it can help you.

Happy coding!

Thanks, EarthDust,

I have already watched this tutorial and he’s not covering this issue.

Sorry for wasting your time. I was hopeful because they have so many great resources in the News category, You Tube Channel and here in the forum.

Wishing you the best with your app @Dady

I appreciate your time and effort.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.