Estuve probando PyQt5 y desarrollé una aplicación sencilla para generar operaciones matemáticas aleatorias para practicar con mi soroban.
Por ahora permite elegir el tipo de operación y la cantidad de dígitos, y mostrar el resultado al presionar Enter
Is it a known problem of #PyQt5 on #RaspberryPi (Zero) that QPixmaps (e.g. JPEG images on buttons or in dialogs) don’t work?
I wrote a simple UI for some hardware which works flawlessly on my Mac, but can’t show images on the Pi. There’s a simple error message, no crash or traceback.
I have been making progress with my color converter/creation application built with PyQt. I just added a 4 point gradient tool this morning. This application will allow you to create, convert and manage all your colors in one place.
The #QScrollBar widget is a scroll bar that enables the user to access parts of a document that is larger than the widget used to display it.
https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QScrollBar.html
The #QScrollArea widget is used to display the contents of a child widget within a frame. If the widget exceeds the size of the frame, the view can provide scroll bars so that the entire area of the child widget can be viewed.
https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QScrollArea.html
A PyQt5 application to convert colors from one color format to various others.
One way to make money online as a programmer.
Step 1: Learn Python and/or PyQt (or any other programming language)
Step 2: Develop an open source application that solves a specific problem.
Step 3: Develop plugins or extensions that extend the application functionality. (Companies might sponsor addition features. If this happens, disregard Step 4 below.)
Step 4: Sell the additional functionality as a product or service.
MOC is a console music player that supports themes. After a few hours coding with Python and PyQt, I already have a working application that creates custom themes for MOC.
I spent a few hours on New Years Eve trying to listen to my USB microphone using Python3, PyQt5 and pyAudio. I can play WAV files using pyAudio, but fetching my microphone is becoming a bit challenging.
Lets see if I can get this working New Years Day. Time to read the documentation.
https://people.csail.mit.edu/hubert/pyaudio/docs/
#Ziaplot & #PyQt5, SVG on a #Python GUI, example from the docs https://ziaplot.readthedocs.io/en/latest/gui.html (there is anotehr exemple that renders the graph as PNG for embeding on #TkInter)
Как студенты двигатель Стирлинга строили
Хочу рассказать вам историю, как студенты двигатель Стирлинга строили.. Результат вам не скажу). Пусть он будет интригой, как и для, на протяжении всего проекта.
Just tried the app on my MBP M1 and it's not as pretty as it is on #Linux, but it still works and that's the main thing!
The work so far, taking shape and getting functional.
The most complete dark/light style sheet for Qt applications (Qt4*, Qt5, PySide*, PySide2, PySide6, PyQt4*, PyQt5, PyQt6, QtPy, PyQtGraph, Qt.Py) for Python 2*/3 and C++.
https://github.com/ColinDuquesnoy/QDarkStyleSheet
https://qdarkstylesheet.readthedocs.io/en/latest/readme.html
I had an idea for a project: I want to make a “dock” inspired by the Dynamic Island in some newer iPhones. This dock will be used to do things and display status for my desktop app.
Does anyone know of any good python packages that can make some animated UIs with the ability to hide the window borders and is not too hard to make smooth transitions? I could do this with #pyqt5 but I feel like it won’t be that clean.
@person you could use pyqt to create an user interface for your python script.