mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 04:31:09 +02:00
17 lines
539 B
Plaintext
17 lines
539 B
Plaintext
wxPython Demo and Samples
|
|
=========================
|
|
|
|
This archive contains a copy of the wxPython Phoenix demo, and also a
|
|
collection of small sample applications.
|
|
|
|
Once you have installed wxPython Phoenix you can run the demo by launching it
|
|
from a command line like this::
|
|
|
|
cd demo
|
|
python demo.py
|
|
|
|
Each of the folders in the samples folder contains one or more standalone
|
|
applications demonstrating how to use certain features of wxPython. Examine
|
|
the source code in each sample folder to see how to run them and what they do.
|
|
|