Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have made several programs in Python that have output showing up as a window called Python Turtle Graphics.

I want to save these files as .gifs for internet purposes.

Can the output of a Python program using the turtle library be saved as an animated .gif?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
411 views
Welcome To Ask or Share your Answers For Others

1 Answer

The easiest way would be a screen recording app.
Something like GifCam could be a nice easy solution.
Alternatively you could use something like BB Flashback recorder to record a video and then convert to a gif. The advantage here would be you can also capture the moue interactions if there are any.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...