<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>charmie11</author_name>
  <author_url>https://blog.hatena.ne.jp/charmie11/</author_url>
  <blog_title>I am Charmie</blog_title>
  <blog_url>https://charmie11.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>tkinter</anon>
    <anon>Uncategorized</anon>
  </categories>
  <description>tkinter.Tk()root(メインウィンドウ？)の作成rootにwidgetを配置していく tkinter.Tk().mainloop()メインの処理を実行 geometryウィンドウのサイズや位置を設定まさにgeometry widgetの配置widget(オブジェクト)を作成する時は，1. 作成するwidgetの親widgetをコンストラクタの第1引数に指定2. pack()によって，widgetをpack方式で配置例: window = tkinter.Tk() lb = tkinter.Label(window, text='my GUI') lb.pack() window.m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcharmie11.hatenablog.com%2Fentry%2F2019%2F04%2F08%2Ftkinter%2F&quot; title=&quot;Tkinter - I am Charmie&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-08 16:22:22</published>
  <title>Tkinter</title>
  <type>rich</type>
  <url>https://charmie11.hatenablog.com/entry/2019/04/08/tkinter/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
