Skip to content Skip to sidebar Skip to footer

How Do You Disable This Sample Program In PyCharm?

How do you make it so that you don't get this every time you make a new project in PyCharm?

Solution 1:

Creation of the sample welcome script can be disabled in the File > New Project dialogue by unchecking the option Create a main.py welcome script with the subtitle "Create a Python script that provides an entry point to coding in PyCharm". See the documentation Creating a Python project. As shown in the screenshot.

enter image description here


Post a Comment for "How Do You Disable This Sample Program In PyCharm?"