This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
if __name__ == "__main__": | |
uvicorn.run(app, host="0.0.0.0", port=9000) |