Search
⌃K

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.

How to check the results

  1. 1.
    Create with [Python Tkinter Default Project]
  2. 2.
    Go to [Project] > [Build/Run Configuration] in the top menu of goormIDE
  3. 3.
    Set [Compiler] to Python3
  4. 4.
    Set [Run screen size] to the size you want
  5. 5.
    Click OK to save
  6. 6.
    Click the [Run] in the upper right corner to run
  7. 7.
    You can check the results of the running GUI program by accessing the URL shown in the terminal below.