<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kIQu8djyxnPCBnVI</author_name>
  <author_url>https://blog.hatena.ne.jp/kIQu8djyxnPCBnVI/</author_url>
  <blog_title>HAL9 BLOG</blog_title>
  <blog_url>https://hal9.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Kivy</anon>
  </categories>
  <description>main.py from kivy.app import App from kivy.core.window import Window class MainApp(App): def build(self): Window.bind(on_dropfile=self.on_dropped_file) return def on_dropped_file(self, window, file_path): self.root.text = file_path.decode('utf-8') if __name__ == '__main__': MainApp().run() main.kv #…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhal9.hateblo.jp%2Fentry%2F2021%2F01%2F09%2F174817&quot; title=&quot;【Kivy】ドラッグ＆ドロップで受け取ったファイルのパスを表示する - HAL9 BLOG&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>2021-01-09 17:48:17</published>
  <title>【Kivy】ドラッグ＆ドロップで受け取ったファイルのパスを表示する</title>
  <type>rich</type>
  <url>https://hal9.hateblo.jp/entry/2021/01/09/174817</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
