Python Qt

Open-source Python projects categorized as Qt
Python GUI Pyqt5 Qt5 Pyqt

Top 23 Python Qt Projects

  1. matplotlib

    matplotlib: plotting with Python

    Project mention: BUILDING DATA VISUALIZATION WITH PYTHON: A BEGINNER'S GUIDE TECHNIQUES | dev.to | 2024-09-15

    The source code for Matplotlib is located at this github repository https://github.com/matplotlib/matplotlib

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. PySimpleGUI

    Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.

    Project mention: PySimpleGUI announces project shutting down | news.ycombinator.com | 2025-02-26
  4. openage

    Clone of the Age of Empires II engine 🚀

    Project mention: Lessons from Open-Source Game Projects | dev.to | 2024-04-10

    [openage]https://github.com/SFTtech/openage) - Age of Empires II clone. Python, C++

  5. urh

    Universal Radio Hacker: Investigate Wireless Protocols Like A Boss

    Project mention: Goodwatch – A Ham Radio Wristwatch | news.ycombinator.com | 2024-07-03

    You don't need a license to explore and have fun.

    Cheap, firmware hackable HTs are hawt, in particular the Quansheng UV-K5,K6.

    Tons of SDR receivers out there to explore, and many extremely exiting transceiver projects out there also. Just so much:

    https://github.com/jopohl/urh

    http://websdr.org/

    http://kiwisdr.com/public/

    https://meshtastic.org/docs/hardware/devices/

  6. qutebrowser

    A keyboard-driven, vim-like browser based on Python and Qt.

    Project mention: Qutebrowser: A keyboard-driven, Vim-like browser | news.ycombinator.com | 2024-12-08

    See https://github.com/qutebrowser/qutebrowser/issues/8389 - unfortunately there's a lot of stupid false-positives especially with PyInstaller (packaging a Python application into an .exe). Happens a few times a year, unfortunately there isn't much I can do other than submitting a report to Microsoft and hoping they'll react ¯\_(ツ)_/¯

  7. Spyder

    Official repository for Spyder - The Scientific Python Development Environment

    Project mention: Spyder 6.0 Released – The Scientific Python Development Environment | news.ycombinator.com | 2024-09-03
  8. PyQt-Fluent-Widgets

    A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. pywebview

    Build GUI for your Python program with JavaScript, HTML, and CSS

    Project mention: Rio-labs/rio: WebApps in pure Python. No JavaScript, HTML and CSS needed | news.ycombinator.com | 2024-09-17

    afaict it uses https://github.com/r0x0r/pywebview under the hood (so yes, cross-platform)

  11. PyQtGraph

    Fast data visualization and GUI tools for scientific / engineering applications

    Project mention: PyQtGraph | news.ycombinator.com | 2025-03-15
  12. BallonsTranslator

    深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 | Yet another computer-aided comic/manga translation tool powered by deeplearning

  13. QDarkStyleSheet

    A dark style sheet for QtWidgets application

  14. PyBitmessage

    Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:

  15. PyFlow

    Visual scripting framework for python

  16. examples

    Learn to create a desktop app with Python and Qt (by pyqt)

  17. Back In Time

    A comfortable and well-configurable graphical Frontend for incremental backups, with a command-line version also available. Modified files are transferred, while unchanged files are linked to the new folder using rsync's hard link feature, saving storage space. Restoring is straightforward via file manager, command line or Back In Time itself.

    Project mention: Back in Time – Second Release Candidate (1.5.4-Rc2) | news.ycombinator.com | 2025-03-03

    Please allow me to announce the second release candidate preparing for version 1.5.4 targeting the upcoming Debian 13 Trixie.

    https://github.com/bit-team/backintime/releases/tag/v1.5.4-r...

    Please report if you use it even if there are no new problems.

    - EncFS, used for encrypted profiles, has been marked as deprecated and is schedule for removal in 2026.

  18. fastsdcpu

    Fast stable diffusion on CPU

    Project mention: 🧠🤖Image generative AI on PC without GPU (free and fast (FastSD CPU)) | dev.to | 2025-02-23

    FastSD CPU is a faster version of Stable Diffusion on CPU. https://github.com/rupeshs/fastsdcpu Normally, without GPU it is soooo slow generating images locally.🐢 However, Based on Latent Consistency Models and Adversarial Diffusion Distillation, FastSD CPU can generate images faster than the normal models. Also, it has OpenVINO support to generate images even faster locally.💨

  19. Lector

    Qt based ebook reader (by BasioMeusPuga)

  20. gridplayer

    Play videos side-by-side

  21. QssStylesheetEditor

    Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.

  22. qspectrumanalyzer

    Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)

  23. qBitTorrent-fluent-theme

    Fluent theme for qBitTorrent

  24. aqtinstall

    aqt: Another (unofficial) Qt CLI Installer on multi-platforms

  25. OneDriveGUI

    A simple GUI for OneDrive Linux client with multi-account support.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Qt discussion

Log in or Post with

Python Qt related posts

  • PyQtGraph

    1 project | news.ycombinator.com | 15 Mar 2025
  • Edifice: React, but Python Instead of JavaScript, Qt Widgets Instead of HTML DOM

    1 project | news.ycombinator.com | 17 Sep 2024
  • BUILDING DATA VISUALIZATION WITH PYTHON: A BEGINNER'S GUIDE TECHNIQUES

    1 project | dev.to | 15 Sep 2024
  • Edifice: Declarative GUI Framework for Python and Qt

    1 project | news.ycombinator.com | 27 Aug 2024
  • Qutebrowser: A keyboard-driven, Vim-like browser based on Python and Qt

    1 project | news.ycombinator.com | 30 May 2024
  • How and where is matplotlib package making use of PySide?

    2 projects | /r/learnpython | 7 Dec 2023
  • Qt 5.15.11 open source released

    1 project | news.ycombinator.com | 5 Oct 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Qt projects in Python? This list will help you:

# Project Stars
1 matplotlib 20,874
2 PySimpleGUI 13,560
3 openage 13,206
4 urh 11,321
5 qutebrowser 10,146
6 Spyder 8,596
7 PyQt-Fluent-Widgets 6,299
8 pywebview 5,024
9 PyQtGraph 4,008
10 BallonsTranslator 3,367
11 QDarkStyleSheet 2,920
12 PyBitmessage 2,837
13 PyFlow 2,686
14 examples 2,464
15 Back In Time 2,257
16 fastsdcpu 1,621
17 Lector 1,533
18 gridplayer 1,463
19 QssStylesheetEditor 1,372
20 qspectrumanalyzer 1,262
21 qBitTorrent-fluent-theme 1,189
22 aqtinstall 1,012
23 OneDriveGUI 854

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?