Is there a library for creating a screen recorder app in python? I think it would be fun to do something like that. but a library that will work with linux im using ubuntu
Thanks!
I do not know the mechanism for writing on the screen in Python. However, you can use Python to control one of many existing screen recorders:
recordscreen.py is a command line shell for avconv (formerly for ffmpeg ) a tool for capturing / converting videos. Implementing this in pure Python will be too slow, but you can always create useful bindings for these tools or improve existing ones like AVBin .
Source: https://habr.com/ru/post/1380510/More articles:Android: how can I start a phone call in my activity and then return to it? - androidPHP preg_split: split the string with other lines - phpWhat is the idiomatic way to limit the number of entries under a particular key in mnesia? - erlangHow can I share values ββbetween classes (or get a variable from another class) without instantiating twice. - variablesPythonic / djangonic way to handle user timeouts in seconds (or minutes if necessary) - pythonAndroid - returns an error - androidHow to get TSpeedButton. Double-click event? - delphiHow to declare a method dynamically using method_missing? - closuresCan HTML attributes have apostrophes - jqueryJedisConnectionException: java.net.SocketTimeoutException: connection timeout - javaAll Articles