App Screen Record

Something like the Linux “Peek” program under the hood with a really simple interface to record gifs of the currently displayed app.

recorder = anvil.util.screenrecorder()

gif_recording = recorder.record()

# things happen here...

gif_recording.stop_recording()

gif_file = gif_recording.save()

This would be super useful for making tutorial videos for users, and also for users to help reproduce bugs, natively inside the Anvil app, and share the recording with devs.

1 Like