About 5,890,000 results
Open links in new tab
  1. Good geometry library in python? - Stack Overflow

    I am looking for a good and well developed library for geometrical manipulations and evaluations in python, like: evaluate the intersection between two lines in 2D and 3D (if present) evaluate the ...

  2. python - How to center a window on the screen in Tkinter ... - Stack ...

    Jul 28, 2010 · I'm trying to center a tkinter window. I know I can programatically get the size of the window and the size of the screen and use that to set the geometry, but I'm wondering if there's a …

  3. python - Passing variables to Tkinter geometry method - Stack Overflow

    Aug 20, 2015 · Passing variables to Tkinter geometry method Asked 10 years, 11 months ago Modified 4 years, 5 months ago Viewed 18k times

  4. How to specify where a Tkinter window opens? - Stack Overflow

    Feb 16, 2013 · How can I tell a Tkinter window where to open, based on screen dimensions? I would like it to open in the middle.

  5. python - Extract points/coordinates from a polygon in Shapely - Stack ...

    Dec 9, 2013 · How do you get/extract the points that define a shapely polygon? Thanks! Example of a shapely polygon from shapely.geometry import Polygon # Create polygon from lists of points x = [list …

  6. python - tkinter の bad geometry specifier "200*100" というエラーの …

    このプログラムを実行しようとすると というメッセージが表示されます。 何が悪いのかよくわからないので一度Pythonをアンインストールして最新のPythonを再インストールしたのですが結果は変 …

  7. python - Tkinter geometry method to only set width or height - Stack ...

    May 18, 2021 · root.geometry("500x500") Is it possible to only set width or height? Where can I find a full list of geometry method variations, for setting only select parameters? I would like to be able to set …

  8. How to set the min and max height or width of a Frame?

    Dec 9, 2010 · You then have to do potentially two more things: when you put this window in a container you need to make sure the geometry manager doesn't shrink or expand the window. Two, if the …

  9. python - How do you set the absolute position of figure windows with ...

    I'm writing a simple Python application that uses matplotlib to display a few figures on screen. The number of figures generated is based on user input and changes throughout the application's life...

  10. python - Fix invalid polygon in Shapely - Stack Overflow

    Dec 30, 2013 · Shapely defines a Polygon as invalid if any of its segments intersect, including segments that are colinear. Many software packages will create a region or area with a "cutout" as shown here …