From e7875575f96b5e2a6e6c76a67826bf33eb272bb6 Mon Sep 17 00:00:00 2001 From: Anurag Rao <77329899+anuragrao04@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:19:55 +0530 Subject: [PATCH] Update README.md redirected pyqt to link to official docs, which is more useful for a beginner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6409bc..c169b896 100644 --- a/README.md +++ b/README.md @@ -671,7 +671,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS. * [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python. * [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3). -* [PyQt](https://riverbankcomputing.com/software/pyqt/intro) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework. +* [PyQt](https://doc.qt.io/qtforpython/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework. * [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - Wrapper for tkinter, Qt, WxPython and Remi. * [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component. * [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.