Screen recorder in PyQt5 | How to make Audio Video Screen recorder | PyQt5

Опубликовано: 01 Октябрь 2024
на канале: PyShine
7,854
112

This is a tutorial about making a simple and flexible screen recorder in Python. The target platform is Windows 10. You can make changes to run it in other platforms as well, thats totally depends on your choice. The source code is freely available: https://pyshine.com/How-to-make-a-scr.... The installation setup files are also available.
IMPORTANT: A brand new, quick and amazing PyQT5 learning series
Part 01 of PyQt5 learning series:    • Basic GUI design: PyQt5 tutorial - Pa...  
Part 02 of PyQt5 learning series:    • Adding Widgets to GUI: PyQt5 tutorial...  
Part 03 of PyQt5 learning series:    • Control GUI Widgets: PyQt5 tutorial -...  
Part 04 of PyQt5 learning series:    • Calculator GUI: PyQt5 tutorial - Part 04  


#python3
#screenrecorder
#python