<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python on Surwall&#39;s blog</title>
    <link>https://www.surwall.top/tags/python/</link>
    <description>Recent content in Python on Surwall&#39;s blog</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Fri, 01 May 2026 19:21:24 +0800</lastBuildDate>
    <atom:link href="https://www.surwall.top/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PySimpleGUI教程</title>
      <link>https://www.surwall.top/post/python/pysimplegui-crashcourse/</link>
      <pubDate>Sun, 19 Apr 2026 10:43:05 +0800</pubDate>
      <guid>https://www.surwall.top/post/python/pysimplegui-crashcourse/</guid>
      <description>&lt;h2 id=&#34;介绍&#34;&gt;介绍&lt;/h2&gt;&#xA;&lt;p&gt;PySimpleGUI是基于tkinter的封装，简化了tkinter的使用，从v5版本开始收费。我们可以选择使用基于v4版本的开源版本&lt;a href=&#34;https://github.com/spyoungtech/FreeSimpleGUI&#34;&gt;FreeSimpleGUI&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;安装&#34;&gt;安装&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv python pin 3.8 &lt;span class=&#34;c1&#34;&gt;# 兼容win7的python版本&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv venv &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv pip install FreeSimpleGUI&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h2 id=&#34;初体验&#34;&gt;初体验&lt;/h2&gt;&#xA;&lt;p&gt;创建一个文本阅读器&lt;/p&gt;</description>
    </item>
    <item>
      <title>PySimpleGUI Cookbook</title>
      <link>https://www.surwall.top/post/python/pysimplegui-cookbook/</link>
      <pubDate>Sun, 19 Apr 2026 10:10:46 +0800</pubDate>
      <guid>https://www.surwall.top/post/python/pysimplegui-cookbook/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Welcome to the PySimpleGUI Cookbook!  It&amp;rsquo;s provided as but one component of a larger documentation effort for the PySimpleGUI package.  Its purpose is to give you a jump start.&lt;/p&gt;&#xA;&lt;p&gt;You&amp;rsquo;ll find that starting with a Recipe will give you a big jump-start on creating your custom GUI.  Copy and paste one of these Recipes and modify it to match your requirements.  Study them to get an idea of some design patterns to follow.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tkinter实战</title>
      <link>https://www.surwall.top/post/python/tkinter/</link>
      <pubDate>Thu, 16 Apr 2026 11:50:20 +0800</pubDate>
      <guid>https://www.surwall.top/post/python/tkinter/</guid>
      <description>&lt;h2 id=&#34;介绍&#34;&gt;介绍&lt;/h2&gt;&#xA;&lt;p&gt;一般不用自带的tkinter，而是用美化版的&lt;code&gt;tkinter&lt;/code&gt;，比如&lt;code&gt;ttkbootstrap&lt;/code&gt;, &lt;code&gt;customtkinter&lt;/code&gt;等。这里使用ttkbootstrap为例，说明tkinter的基本用法。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
