kpolley / Python_AVrecorder

Simultaneously record audio and video using Python
37 stars 12 forks source link

Running with Python #4

Open djtale opened 4 years ago

djtale commented 4 years ago

Hello,

Thank you for this script. This is exactly what I'm looking for.

But I would like to integrate your code within my existing photobooth script and for that I would like to have it running with python, not with python3.

Would it be possible ? What changes to the code should be applied ?

Thanks

kpolley commented 4 years ago

Hi! Sorry for the late reply...python2 and python3 are somewhat similar in syntax. I'd suggest just try running and fix whichever errors pop up as you go.

That being said, python2 has been discontinued since the start of this year. I'd recommend using Python3