In this video I'll show you how to add text to images in PyQT5 using Pillow and Python.
Adding text to images is pretty simple using PIL, the Python image library.
In this video I'll show you how to make a quick app that lets you add any text you want to an image.
#pyqt5 #codemy #JohnElder
Timecodes
0:00 - Introduction
1:25 - Create GUI With PyQT5 Designer
3:25 - Import Widgets
4:38 - Define Our Widgets
5:36 - Click The Button
5:50 - Create addText Function
6:21 - Install Pillow
6:45 - Import Pillow
7:24 - Grab Text From TextBox
7:43 - Open The Image
8:29 - Define The Font
9:00 - Edit The Image
10:30 - Save The Image
11:11 - Update App Image
11:58 - Test It Out!
12:30 - Play With Attributes
12:58 - Conclusion