mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

330K
active users

#pyqt

5 posts4 participants0 posts today

Top Python GUI Frameworks in 2025

jobhop.co.uk/blog/411341/top-p

Explore the top Python GUI frameworks in 2025 that simplify the creation of powerful and interactive desktop applications. From PyQt to Kivy, discover the best tools for building seamless user interfaces with Python.












Прототип для металлографа: анализ включений на Python с OpenCV и PyQt

В профессии инженера-металловеда мне ежедневно приходится анализировать микроструктуру материалов и неметаллические включения. До недавнего времени я, как и многие, делал это вручную: окуляр микроскопа, шкалы, подсчёты, Excel. Утомительно и долго. На фоне постоянного потока образцов нагрузка на глаза и внимание становится ощутимой. Коммерческие программы для металловедов решают эту проблему... почти. Они избыточны, дороги, и процентов на 90 включают функции, которыми обычный инженер не пользуется. Хотелось чего-то проще, точнее и, желательно, бесплатного. Так родился мой проект SenseOptics KANV.

habr.com/ru/articles/900454/

ХабрПрототип для металлографа: анализ включений на Python с OpenCV и PyQtВ профессии инженера-металловеда мне ежедневно приходится анализировать микроструктуру материалов и неметаллические включения. До недавнего времени я, как и многие, делал это вручную: окуляр...

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.

#Linux#Python#PyQt

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.
doc.qt.io/qtforpython-5/PySide

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.
doc.qt.io/qtforpython-5/PySide

#Python#QT#PyQt