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



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-screen-recorder/. The installation setup files are also available.
IMPORTANT: A brand new, quick and amazing PyQT5 learning series
Part 01 of PyQt5 learning series: https://youtu.be/ORaBSFhh13A
Part 02 of PyQt5 learning series: https://youtu.be/Vz0s-w4hksY
Part 03 of PyQt5 learning series: https://youtu.be/co4ymeb3FRc
Part 04 of PyQt5 learning series: https://youtu.be/c29ejbtzM3c

Comments

Popular posts from this blog

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Basic Piano GUI in PyQt5: Part 1