Answers for "python record screen and audio"

0

python record screen and audio

- Go to Python directory
 - If you have Pygame skip this step otherwise open a terminal and type: pip install pygame
 - In your Python files go to Python/Lib/site_packages/Pygame/examples


for screen-related things go to the 'camera' file 

for the audio-related stuff go to the 'audiocapture' file
Posted by: Guest on March-15-2022

Python Answers by Framework

Browse Popular Code Answers by Language