Can I create a program with GUI and check the results?

When creating a project, select PyQt stack or Python stack - Python Tkinter Project.
Then, it provides a simple example code and execution command for Python GUI programming.
- 1.Create with [Python Tkinter Default Project]
- 2.Go to [Project] > [Build/Run Configuration] in the top menu of goormIDE
- 3.Set [Compiler] to Python3
- 4.Set [Run screen size] to the size you want
- 5.Click
OK
to save - 6.Click the [Run] in the upper right corner to run
- 7.You can check the results of the running GUI program by accessing the URL shown in the terminal below.


