Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 16624

exporting python turtle drawing to video

$
0
0

Is there a way to export a python turtle drawing to a video?The video should contain the real-time drawing process.

In particular I'm not interested in a screen-recording workaround, but a solution that would work in a headless system like a cloud environment.

Here's an example of a turtle drawing

import turtle tr = turtle.Turtle()rad = 80tr.circle(rad)turtle.done()

Viewing all articles
Browse latest Browse all 16624

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>