Member-only story

This Python Project Will Turn Reddit Posts Into Videos!

Manpreet Singh
2 min readJun 6, 2022

--

Hey Everyone! Python is one of my favorite programming languages to use, you can almost build anything with this language, so, let’s take a look at an awesome Python project that will convert a Reddit post into a video! This may seem like a random thing to do, but there are tons of TikTok accounts that are extremely popular that essentially do this exact same thing. Luckily for us, this project is hosted on GitHub, below is a link to jump straight to their repository:

At it’s core, this project will take in a Reddit post, screenshot pieces of the post, and overlay those screenshots with a background video and audio of the text within the Reddit post, here is an example of this output:

You can view their GitHub repository to see the entire example. To run this project, you first want to make sure you have Python installed on your machine, once installed, we want to clone this specific repository…

--

--

Manpreet Singh
Manpreet Singh

No responses yet