For research projects where I use #NumPy and #MatPlotLib, I actually like using #Jupyter! It is just easier to run code and view my plots.
With #PyQt, you can even have widgets like sliders and other #Qt stuff.
It just speeds up my prototyping and makes me more productive. Naturally, only my plotting code and math exist in the .ipynb, and the rest is just imported from normal .py files. Thus, it allows for quick conversions once the prototyping is done.
#numpy #matplotlib #jupyter #pyqt #qt #python
It could be possible that it is just set not to. Maybe there is a default setting or initialization. I would check if you could supply it.
Also, I've only used this in a #Windows environment, so maybe it doesn't work in the way you are running it. Just build it as an executable and see if it works then?
#windows #python #pyqt #qt #developer #gui #gnome #wayland
After installing PyQt with pip in a GNOME Wayland session, my application doesn't share my system theme.
This problem doesn't exist if I use PyQt from the distribution's repository. However, this also makes it difficult to use virtual environments for my applications.
Does anyone know why this happens? It seems to be specific to GNOME as I didn't have an issue like this before.
#python #pyqt #qt #developer #gui #gnome #wayland
As someone who doesn't do much frontend development, i'm pretty excited that i was able to refactor the #yt_napari dock widget to dynamically add/remove collapsible sections. Still gotta fix that load button since I re-wrote a bunch of the backend loading recently, but that's just a few more beeps and boops. v0.2.0, we're almost therrrrre.
#yt_napari #napari #yt #qt #pyqt #icanhazfullstack
Last coding side project over : a text/code editor with #PyQt :
https://github.com/MrLixm/lqtTextEditor
You get a sidebar with line number and a bunch of other useful stuff, including advanced styling support. Feel free to use it !
#python #qt
Good morning #fediverse friendos!
Today I'll be getting back into my #PyQt project, ostensibly a work-thing, and wrap that up as both a foundational learning exercise and the creation of a useful utility for setting up new window styles.
But not before I get my inner monkeh on and get out here and throw virtual mud clods around
with the rest of you folks for a bit!
(wot do U mean, 'those aren't mud clods'??)
On other news, I created a voice assistant using OpenAI's API. The model in use here is actually "Davinci" and the GUI was made using PyQt5. Let me know what you guys think.
OpenAI API: https://openai.com/pricing
I'll be publishing the source code soon to Codeberg.
#python #chatgpt #ai #openai #pyqt
Humbug... I seem to have stumbled into another #Qt / #PyQt related bug on Windows 😬
Am currently trying to implement an in-app screenshot-to-clipboard feature.
Problem:
- Images with size 500 x 500, or 702 x 301 copy fine
- Image with size 550 x 550 (or other sizes) hang the pasting app + crash mine
Any ideas how to work around this, or what's causing this?
You want to learn PyQt, this book is the best.
There's a section about creating custom signal too.
#book #pythom #ui #userinterface #pyqt #crossplatform
#book #pythom #ui #userinterface #pyqt #crossplatform
We are working on a blender Addon, I had to learn PyQt.
PyQt is powerful AF.
Easy to use.
Flexible.
So many learning resources.
Cross platform.
Mamamia.
#pyqt #blender #ui #user_interface
#pyqt #blender #ui #user_interface
2) Omniview is a document previewer (also #qt, #python, #pyqt based) inspired by #Amiga Multiview.
It's basically an application that can preview all kinds of files; text, images, pdf's, audio and video (pdf support is a bit lacking at the time).
It can also show contents of archives as a text listing.
I'm planning on adding support for office type documents, but not sure how complicated that will be.
Finally got around working on some hobby projects during christmas/new-years:
1) idiff is an interactive differ, written in #qt, and #python (#pyqt), where one can paste text and compare in real-time instead of having to write files and compare them. (I'm aware that Meld can do this, but it's just too many steps, it was easier writing my own application :) )
期末專題,學生要用他們剛學的視窗界面把這學期做過的題目包裝進去。遇到疑難雜症,我現學現賣,一一治好了。
#PyQt
#matplotlib
#python
#optics
#pyqt #matplotlib #python #optics