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
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.
- ChatGPT generates the video script
- FakeYou generates voices for the characters
- Stable Diffusion generates images of the characters
- Freepd provides the background music
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sitcom_simulator-0.6.1.tar.gz
.
File metadata
- Download URL: sitcom_simulator-0.6.1.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a91b704820db0462efb4e170e162572e91b3c17eab7ea47f81636803c0eeaabf |
|
MD5 | 38a30202d9393216115c16d3a75adbb4 |
|
BLAKE2b-256 | 331c08605a04f6258c6e6870bb4e719ea7785ffd885401c2c6c6d392efd6ecf8 |
File details
Details for the file sitcom_simulator-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: sitcom_simulator-0.6.1-py3-none-any.whl
- Upload date:
- Size: 46.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd72045ccee015f8d51ef543d6caace9c0c11f02587ed408e3be55fec801b21 |
|
MD5 | 728732e111e570140801a4c18112a5a0 |
|
BLAKE2b-256 | 1f7ecc78cc9c5c0e96fa49dde4b588a6ceeb0d467e56b210d1262a92f2451377 |