<?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 HpLeapfrog&#39;s Blog</title>
    <link>https://www.hpleapfrog.cn/tags/python/</link>
    <description>Recent content in python on HpLeapfrog&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sat, 26 Mar 2022 16:11:05 +0000</lastBuildDate><atom:link href="https://www.hpleapfrog.cn/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>python打包可执行文件</title>
      <link>https://www.hpleapfrog.cn/post/python-exe-packaging/</link>
      <pubDate>Sat, 26 Mar 2022 16:11:05 +0000</pubDate>
      
      <guid>https://www.hpleapfrog.cn/post/python-exe-packaging/</guid>
      <description>PyInstaller 一、安装Pyinstaller 1、安装pywin32 下载安装文件：查找到跟自己适用的python版本及window系统版本匹配的pywin32，下载后安装 使用pip命令安装：pip install pywin32 2、安装Pyinstaller 下载安装文件安装：下载 使用pip命令安装：pip install PyInstaller 二、使用Py</description>
    </item>
    
    <item>
      <title>Python tkinterGUI使用</title>
      <link>https://www.hpleapfrog.cn/post/2022-03-04-python-tkintergui%E4%BD%BF%E7%94%A8/</link>
      <pubDate>Fri, 04 Mar 2022 08:52:20 +0000</pubDate>
      
      <guid>https://www.hpleapfrog.cn/post/2022-03-04-python-tkintergui%E4%BD%BF%E7%94%A8/</guid>
      <description>Tkinter 是 Python 的标准 GUI 库。Python 使用 Tkinter 可以快速的创建 GUI 应用程序。 由于 Tkinter 是内置到 python 的安装包中、只要安装好 Python 之后就能 import Tkinter 库、而且 IDLE 也是用 Tkinter 编写而成、对于简单的图形界面 Tkinter 还是能应付自如。 tkinter 按钮button 参数说明： height: 按钮的高度，如未设置此项，其大小以适应按钮的内容（文本或图片的大小） width: 按</description>
    </item>
    
  </channel>
</rss>
