About 509,000 results
Open links in new tab
  1. Getting python to open a window - Stack Overflow

    May 24, 2015 · I want to write a program in Python but I cant find any help on where to start. All I want to do first is make Python open a simple window when I run the program. I want it to be green and …

  2. opening a main window in python - Stack Overflow

    May 27, 2015 · The first problem I see in your code is the import statement at least for python2.7, it should be: import Tkinter Anyway, that code doesnt seem to work, so I thought you could use some …

  3. How to keep a Python script output window open?

    python myscript.py For that to work you need the python executable in your path. Just check on how to edit environment variables on Windows, and add C:\PYTHON26 (or whatever directory you installed …

  4. python - PyQT: how to open new window - Stack Overflow

    Apr 21, 2016 · PyQT: how to open new window Asked 9 years, 7 months ago Modified 5 years, 1 month ago Viewed 131k times

  5. How do I open Python IDLE (Shell WIndow) in WIndows 10?

    16 I am just starting to learn Python and I am using Windows 10. I downloaded and installed Python 3.4.3. But everytime I open Python from my Desktop or from C:\Python\python.exe it just opens a …

  6. How to make a window with buttons in python - Stack Overflow

    How do I create a function that makes a window with two buttons, where each button has a specified string and, if clicked on, returns a specified variable? Similar to @ 3:05 in this video https://www.

  7. python - tkinter: Open a new window with a button prompt - Stack …

    Dec 24, 2014 · How would I be able to open a new window by the user pressing a button in a tkinter GUI? I only need quite simple solutions, and if the code could be explained as well that would be great.

  8. python - How to code for a new window - Stack Overflow

    Apr 26, 2017 · 1 Coding for the new window (or creating widgets in the new window) is similar to how you do it in the main window. Just pass the new window (toplevel) as the parent. Here is an example …

  9. Choosing a file in Python with simple Dialog - Stack Overflow

    Sep 12, 2017 · 7 The suggested root.withdraw() (also here) hides the window instead of deleting it, and was causing problems when using interactive console in VS Code ("duplicate execution" error). …

  10. python - How can I open the interactive matplotlib window in IPython ...

    Jan 10, 2013 · 179 I am using IPython with --pylab=inline and would sometimes like to quickly switch to the interactive, zoomable matplotlib GUI for viewing plots (the one that pops up when you plot …