Create a Painting App With PyQt in Python (with File Saving)! | PyQt6 Tutorial Part 9

preview_player
Показать описание

In this video, I showcase how to create a simple painting application with PyQt in Python. Throughout this video, we'll learn how to use QPainter to draw on a QPixmap to draw lines, circles and dots within our application.

We also learn about using QPen and QBrush to customize what we've drawn.

To draw where the user has clicked on, we make use of mouse move and mouse release events.

Lastly, we make our application complete by adding a color dialog and a file dialog to let our users further customize their drawing and to save their final result to a JPG file.

Any feedback or suggestions? Let me know!
Рекомендации по теме
Комментарии
Автор

hi! quick question: im trying to make it into a multi server connection, like when multiple people can draw on it on the same time, do you have ideas on how to do it?

jack_yun