Home > Blockchain >  I just installed Python on my Windows 11 and it opened in a command prompt like a bad looking window
I just installed Python on my Windows 11 and it opened in a command prompt like a bad looking window

Time:10-09

I just installed Python on Windows 11, and it opened via command prompt like a bad looking window. How do I change the interface?

enter image description here

CodePudding user response:

Installing python only installs the python intrepreter to run programs from the terminal (what you've pictured). I'm guessing you want an "Integrated Development Environment". Try Pycharm, it's one of the more popular options.

CodePudding user response:

I don't see anything weird in this window. Its the same across any OS version. If you feel it doesn't suit you, try out anaconda.

  • Related