All Projects → learnpyqt → 15 Minute Apps

learnpyqt / 15 Minute Apps

Licence: mit
15 minute (small) desktop apps built with PyQt

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 15 Minute Apps

15-minute-apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,469 (+12.41%)
Mutual labels:  pyqt5, desktop-application, pyqt4, pyqt, python-apps, example-app, python-gui, pyqt5-tutorial, qtdesigner
Pyqt
PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5
Stars: ✭ 3,783 (+22.59%)
Mutual labels:  pyqt5, pyqt4, pyqt5-tutorial
QtPyConvert
An automatic Python Qt binding transpiler to the Qt.py abstraction layer.
Stars: ✭ 66 (-97.86%)
Mutual labels:  pyqt5, pyqt4, pyqt
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (-93.16%)
Mutual labels:  pyqt5, pyqt, pyqt4
Qt Python Binding Examples
Lots of simple and Pythonic PySide demos
Stars: ✭ 312 (-89.89%)
Mutual labels:  gui, pyqt5, pyqt4
modern-login
A simple login form built with PyQt 5
Stars: ✭ 35 (-98.87%)
Mutual labels:  pyqt5, desktop-application, pyqt
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (-61.24%)
Mutual labels:  gui, pyqt5, pyqt
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (-42.09%)
Mutual labels:  gui, pyqt5, pyqt4
VaspStudio
An useful tool to submit your VASP job on HPC, manage your jobs and extract eneries...自动化VASP任务提交、计算结果提取,任务文件管理的工具
Stars: ✭ 63 (-97.96%)
Mutual labels:  pyqt5, pyqt
Grabber
A wrapper for Youtube-dl for Windows.
Stars: ✭ 22 (-99.29%)
Mutual labels:  pyqt5, pyqt
venvipy
A GUI for managing Python virtual environments
Stars: ✭ 24 (-99.22%)
Mutual labels:  pyqt5, pyqt
dunya-desktop
A modular, customizable and open-source desktop application for accessing and visualizing music data.
Stars: ✭ 76 (-97.54%)
Mutual labels:  pyqt5, desktop-application
pdfdir
PDF导航(大纲/目录)添加工具
Stars: ✭ 195 (-93.68%)
Mutual labels:  pyqt5, pyqt
qt-tile-layout
A tile layout for PyQt5
Stars: ✭ 18 (-99.42%)
Mutual labels:  pyqt5, pyqt
pyGISS
📡 A lightweight GIS Software in less than 100 lines of code
Stars: ✭ 114 (-96.31%)
Mutual labels:  pyqt5, pyqt
PyQtDarkTheme
A flat dark theme for PySide and PyQt.
Stars: ✭ 50 (-98.38%)
Mutual labels:  pyqt5, pyqt
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-99.35%)
Mutual labels:  pyqt5, pyqt
PyQt practice
通过可直接运行的代码示例讲解 PyQt 5 常用基础控件。附学习资源、demo分享。
Stars: ✭ 285 (-90.76%)
Mutual labels:  pyqt5, pyqt
http-rider
Simple and Powerful desktop client for working with JSON APIs
Stars: ✭ 27 (-99.13%)
Mutual labels:  pyqt5, desktop-application
algobot
Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
Stars: ✭ 776 (-74.85%)
Mutual labels:  pyqt5, pyqt

15 Minute Apps

A collection of 15 small — minute — desktop applications written in Python using the PyQt framework. These apps are intended as examples from which you can poke, hack and prod your way to writing your own tools.

Many of these apps have more detailed write-ups on my PyQt5/PySide2 site at LearnPyQt.com. If you're new to creating GUI apps check out the introductory pyqt5 tutorial.

The apps

The apps showcase various parts of the Qt framework, including advanced widgets, multimedia, graphics views and decorationless windows. However, the most generally interesting/feature complete applications are Minesweeper, Solitaire and Paint.

  1. Web Browser (untabbed) - "MooseAche"
  2. Web Browser (tabbed) - "Mozzarella Ashbadger"
  3. Minesweeper - "Moonsweeper"
  4. Notepad - "No2Pads"
  5. Calculator - "Calculon" (QtDesigner)
  6. Word Processor - "Megasolid Idiom"
  7. Webcam/Snapshot - "NSAViewer"
  8. Media Player - "Failamp"
  9. Post-it Notes - "Brown Note" (QtDesigner)
  10. Paint - "Piecasso" (QtDesigner)
  11. Unzip - "7Pez" (QtDesigner)
  12. Translator - "Translataarrr" (QtDesigner)
  13. Weather - "Raindar" (QtDesigner)
  14. Currency converter - "Doughnut" (PyQtGraph)
  15. Solitaire - "Ronery" (QGraphicsScene)

Getting started

To use each app you first need to install the requirements. In most cases the only requirements are PyQt5, and occasionally requests. To install app-specific requirements change to the folder of the app and run:

pip3 install -r requirements.txt

Once the requirements are installed, you can run the app using Python 3.

python3 <filename>.py

The application window should appear.

Want to build your own apps?

If you think these apps are neat and want to learn more about PyQt in general, take a look at my PyQt5 tutorial which covers everything you need to know to start building your own applications with PyQt.

You can also find write-ups about these "minute apps" on the same site.

License

All code is licensed under an MIT license. This allows you to re-use the code freely, remixed in both commercial and non-commercial projects. The only requirement is to include the same license when distributing.

Other licenses

Icons used in the applications are by Yusuke Kamiyaman.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].