geekdoc-python-zh/docs/pythonlibrary/creating-a-simple-wizard-wi...

14 lines
910 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用 wxPython 创建简单的向导(视频)
> 原文:<https://www.blog.pythonlibrary.org/2021/09/10/creating-a-simple-wizard-with-wxpython-video/>
在本视频教程中,您将学习如何使用 wxPython GUI 工具包创建向导:
[https://www.youtube.com/embed/dwe0jUnSrXo?feature=oembed](https://www.youtube.com/embed/dwe0jUnSrXo?feature=oembed)
## 相关教程
* [wxPython:如何禁用向导的下一步按钮](https://www.blog.pythonlibrary.org/2014/03/06/wxpython-how-to-disable-a-wizards-next-button/)
* [wxPython:如何创建通用向导](https://www.blog.pythonlibrary.org/2014/03/06/wxpython-how-to-disable-a-wizards-next-button/)
* [wxPython:一个向导教程](https://www.blog.pythonlibrary.org/2011/01/27/wxpython-a-wizard-tutorial/)
* [wxPython by Example拖放图像(视频)](https://www.blog.pythonlibrary.org/2020/09/29/wxpython-by-example-drag-and-drop-an-image-video/)