Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Python-gui
2.5K+ articles
Python-PyQt
1.7K+ articles
Python-projects
190+ articles
Python-requests
81+ articles
Python web-scraping-exercises
59+ articles
Python-BS3
12+ articles
PyQt-exercise
38 posts
Recent Articles
3D Modeling & Animation App Using Python
Last Updated: 27 November 2025
In this article, we will build a simple 3D modeling and animation app using Python. We will use PyQt for the GUI and PyOpenGL to render and rotate a 3D cube. This beginner...
read more
Python
Picked
Python-PyQt
PyQt-exercise
OpenAI API
How to make a loading gif in PyQT5?
Last Updated: 23 July 2025
PyQt5 is a GUI toolkit which can be used to develop GUI application in Python. It provides many modules that can help to build various components of the GUI application.In...
read more
Python
Picked
PyQt-exercise
Aspect Ratio Calculator using PyQt5
Last Updated: 12 September 2022
In this article we will see how we can create a aspect ratio calculator using PyQt5. The aspect ratio of an image is the ratio of its width to its height. It is commonly e...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
Ratio Calculator using PyQt5
Last Updated: 07 March 2023
In this article we will see how we can create a ratio calculator using PyQt5. Ratio is a contrast, which exists between two particular numbers, is defined as ratio. This r...
read more
Python
Python-PyQt
Python-gui
Python-projects
PyQt-exercise
Silver Ratio Calculator using PyQt5
Last Updated: 09 December 2021
In this article we will see how we can create a silver ratio calculator using PyQt5. In mathematics, two quantities are in the silver ratio if the ratio of the sum of the ...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
Creating Golden Ratio Calculator using PyQt5
Last Updated: 31 May 2022
In this article we will see how we can create a golden ratio calculator using PyQt5. In mathematics, two quantities are in the golden ratio if their ratio is the same as t...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
Building QR Code Generator Application using PyQt5
Last Updated: 15 July 2025
In this article, we will see how we can make a QR code generator application using PyQt5. A QR code is a type of matrix barcode first designed in 1994 for the automotive i...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Days From Date Calculator
Last Updated: 24 June 2020
In this article we will see how we can create a days from date calculator in PyQt5, days from date calculator is used to add or subtract the days from the selected date to...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Beats and Breaths Calculator
Last Updated: 16 March 2022
In this article we will see how we can create a heart beats and breaths calculator using PyQt5. Below is how the calculator will look like. A normal resting heart rate fo...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Average Speed Calculator
Last Updated: 14 April 2023
In this article we will see how we can create a average speed calculator using PyQt5. The average speed of an object is the total distance traveled by the object divided b...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Age Nearest Birthday Calculator
Last Updated: 23 May 2022
In this article we will see how we can create a age nearest birthday calculator. Age nearest calculator is the calculator which is used to get the age nearest to the birth...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Percentile Calculator
Last Updated: 21 June 2020
In this article we will see how we can create a percentile calculator using PyQt5, below is how the percentile calculator will look likeGUI implementation steps 1. Create ...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Calculator for Number of seconds You have Lived
Last Updated: 28 July 2021
In this article we will see how we can create calculator which tells how many seconds a person has lived. Below si how the calculator will look like Concept : We can get t...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Move the Label Position within the window using Arrow Keys
Last Updated: 16 February 2023
In this article we will see how we can move the label within the window using arrow keys i.e when ever the arrow key(direction key) get pressed it moves towards that direc...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
PyQt5 - Rock Paper and Scissor Game
Last Updated: 06 January 2023
In this article we will see how we can create a rock paper and scissor game using PyQt5. Rock paper scissors is a hand game usually played between two people, in which eac...
read more
Python
Python-PyQt
Python-gui
PyQt-exercise
1
2
3