Skip to main content

A highly-customizable tool for automatically creating AI-generated meme videos

Project description

Sitcom Simulator

A highly-customizable tool that automatically creates AI-generated meme videos

pip install sitcom-simulator

Documentation

View the documentation for setup instructions and code samples.

Example Videos

And several hundred more.

Features

  • AI-generated scripts
  • AI-generated images
  • Deepfaked character voices
  • Automatic background music finder
  • Limitless customizability
  • (coming soon) Automatic YouTube uploading

Usage

Sitcom Simulator is designed to be simple to use, but also supports extreme customizability for power users who know exactly what they want. Sitcom Simulator can be used from the command line or can be imported in Python scripts.

Command Line

The most basic usage is simply running the sitcom-simulator command with no arguments. Many optional arguments are supported as well. Note that you must set your API key environment variables before it will work.

sitcom-simulator --prompt "Elon Musk teleports a toaster into the ocean" --style "beautiful renaissance oil painting" 

Python

Sitcom Simulator can also be imported in Python scripts:

from sitcom_simulator import create_sitcom

# generate a short meme video and save it in the project folder
create_sitcom(
    prompt="Mario hits Luigi with a stapler",
)

How it Works

Sitcom Simulator is essentially duct tape that combines various AI tools into one unholy abomination.

  1. ChatGPT generates the video script
  2. FakeYou generates voices for the characters
  3. Stable Diffusion generates images of the characters
  4. Freepd provides the background music
  5. FFmpeg connects the images and voices into a movie

Contributions

Want to help work on this project? I'm down! Contact me if you want to contribute or have any questions :)

Have fun!!!

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sitcom_simulator-0.5.1.tar.gz (60.1 kB view hashes)

Uploaded Source

Built Distribution

sitcom_simulator-0.5.1-py3-none-any.whl (46.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page