Skip to main content

Questions tagged [pyqt]

PyQt is a set of Python bindings for Digia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux.

4 votes
1 answer
106 views

As a part of bigger project, I want to add tutorial mode after first user login. That mode is simply a QFrame showing description of highlighted element in parent ...
MaxiMaxi's user avatar
  • 177
1 vote
1 answer
99 views

I want to send multiple QNetworkRequests in Python 3.12 that each downloads one image from a server, using a single callback function. To be able to distinguish ...
Neph's user avatar
  • 131
1 vote
1 answer
117 views

So I have a large application that I've been writing. One part of that application is responsible for displaying images taken from a camera and plotting two graphs. I've successfully stripped out the ...
Michael's user avatar
  • 303
4 votes
2 answers
978 views

I wanted to make a small self-integrated API for my PyQt5 application. This class is a tiny chunk of the whole project: ...
KhodeNima's user avatar
  • 419
0 votes
1 answer
91 views

Greetings. I'm a newbie python developer who just started using PyQt5 as his major GUI development tool. Because of this, I have started a side project known as NyvoAI, just for gaining more knowledge ...
KhodeNima's user avatar
  • 419
2 votes
0 answers
168 views

This is the last part of the series of posts about my GUI Tic Tac Toe game, the previous two question are GUI Tic-Tac-Toe game with six AI players - part 1: the UI and GUI Tic-Tac-Toe game with six AI ...
Ξένη Γήινος's user avatar
6 votes
0 answers
306 views

This is a huge project that I have worked on for the past few months, it contains 16 scripts, one of the scripts is used to analyze the other scripts. There are 111004 characters in all the script ...
Ξένη Γήινος's user avatar
2 votes
0 answers
95 views

Here is the code. It takes an argument with the -l flag for a link otherwise it goes to a hard coded search engine (I have selected brave to be different). I'm ...
Andrew Davidson's user avatar
2 votes
1 answer
87 views

As an exercise in using PyQt, the Python switch statement and abstract classes, I made a little app to make conversions between geodetic (WGS84) and PSD93 (Oman) and UTM 40N projections (instead of ...
Bruno Vermeulen's user avatar
17 votes
4 answers
4k views

I'm super new to coding. I had a random idea in the car to make this application in order dive head first into learning to code. This is an app to take an MP3 file, "shred it" into pieces (...
Andrew Worley's user avatar
2 votes
1 answer
228 views

I know that this program is not very outstanding, but I'm learning Python and decided to publish this code in order to get some advice and parting words and overall evaluation of the program. This is ...
Feraun's user avatar
  • 51
1 vote
0 answers
260 views

Refer to Wikipedia English for more context on Wordle. This version behaves exactly like the standard Wordle game, except that it displays all possible choices in the current condition on the left ...
Ξένη Γήινος's user avatar
2 votes
1 answer
968 views

Interface: Console output: ...
Ξένη Γήινος's user avatar
1 vote
0 answers
504 views

I don't know how to actually describe what this script does concisely. I am writing GUI programs using PyQt6, and I want the most beautiful palette for my programs, so I browsed Wikipedia for a bunch ...
Ξένη Γήινος's user avatar
4 votes
0 answers
543 views

Based on a question I asked on SO, I have come up with the following solution. As I am very new to Python Qt, I would like a review rather than just add it as an answer in SO. The code runs a script ...
SimpleOne's user avatar
  • 141

15 30 50 per page
1
2 3 4 5 6