# Phoenix Python **Repository Path**: PhoenixWing321/PhoenixPython ## Basic Information - **Project Name**: Phoenix Python - **Description**: 学习Python - **Primary Language**: Python - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-03-30 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Phoenix Python 学习教程 edit 20:50] # chapter1 I want to study Python ``` print("Hello Python") print("You are welcome!") ``` #### 介绍 Python 学习教程 Python的教程,包含多个工程目录。 # Hello.py 输出Hello Python # 目录 [Wiki](https://gitee.com/PhoenixWing321/PhoenixPython/wikis/Home) [hello.py](Hello/hello.md) # 安装 模块 tkinter:设计界面 不需要安装 安装: ``` # 安装 pyautogui pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple # 安装 pynput pip install pynput -i https://pypi.tuna.tsinghua.edu.cn/simple ``` # 打包exe `pip install PyInstaller -i https://pypi.tuna.tsinghua.edu.cn/simple` 运行:button_robot_package.bat # Python教程
【Python动画设计教程】系列文章目录
【第一讲】软件准备
【第二讲】搭建界面,Excel读取,图片读取
【第三讲】图像绘制
【第四讲】制作动画