diff --git a/README.md b/README.md index 5dfc051..822eaa7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # PyQt examples: Desktop GUIs based on PyQt5 -These PyQt examples teach you to create a desktop app with Python. Start with "Hello World" and work your way up to the official [demos](src/pyqt-official) that ship with PyQt. - -The screenshots below were taken on Ubuntu Linux. You can also use Windows or macOS. +These PyQt examples teach you to create a desktop app with Python. Start with "[Hello World](src/01%20PyQt%20QLabel)" and work your way up to the [official demos that ship with PyQt](src/pyqt-official). | PyQt QLabel | PyQt widgets screenshot | QVBoxLayout PyQt5 | PyQt Signals and Slots | Qt Designer Python | | :--: | :--: | :--: | :--: | :--: | @@ -20,6 +18,8 @@ The screenshots below were taken on Ubuntu Linux. You can also use Windows or ma | :--: | :--: | | Custom Tables | PyQt database example | +The screenshots above were taken on Ubuntu Linux. You can also use Windows or macOS. + ## Running the examples Running the examples is really easy. The only thing you need is [Python 3](https://www.python.org/downloads/).