Name | sitcom-simulator JSON |
Version |
0.6.1
JSON |
| download |
home_page | None |
Summary | A highly-customizable tool for automatically creating AI-generated meme videos |
upload_time | 2024-08-11 02:04:58 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | MIT License Copyright (c) 2023 Josh Moody Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
ai
generator
meme
simulator
sitcom
video
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Sitcom Simulator
A highly-customizable tool that automatically creates AI-generated meme videos
`pip install sitcom-simulator`
## Documentation
[View the documentation](https://joshmoody24.github.io/sitcom-simulator/) for setup instructions and code samples.
## Example Videos
<p float="left">
<a href="https://youtube.com/shorts/NQezju-_vtw?si=s2IcfYIhdK6oaE6o">
<img src="https://joshmoody.org/sitcom-simulator/joe-biden-swole.png" width="200" />
</a>
<a href="https://youtube.com/shorts/QNAX7yAnEso?si=g6LtUvFu1_7VjjHJ">
<img src="https://joshmoody.org/sitcom-simulator/mario-pyramid.png" width="200">
</a>
<a href="https://youtube.com/shorts/2JcaKnVGr8A?si=E9tg1SBv_VaHSVPo">
<img src="https://joshmoody.org/sitcom-simulator/tom-cruise-mustard.png" width="200" />
</a>
<a href="https://youtube.com/shorts/7zKuojhaZz4?si=pFHuyQ4uX6j0B9FU">
<img src="https://joshmoody.org/sitcom-simulator/fred-tax-fraud.png" width="200" />
</a>
<a href="https://youtube.com/shorts/IFsYPP_g92I?si=nmy1OKl1jyuB8wa2">
<img src="https://joshmoody.org/sitcom-simulator/dagoth-ur-trump.png" width="200" />
</a>
<a href="https://youtube.com/shorts/TAWfdZyrV68?si=2fn3mAEZKEi8TVc6">
<img src="https://joshmoody.org/sitcom-simulator/iron-man-sonic.png" width="200" />
</a>
<a href="https://youtube.com/shorts/OpU1KsHHJuo?si=L90HAA7cHTYdB-VN">
<img src="https://joshmoody.org/sitcom-simulator/shrek-donald-left-arm.png" width="200" />
</a>
<a href="https://youtube.com/shorts/KGtugZ4U7MA?si=cA6Uds3wOukBFeA4">
<img src="https://joshmoody.org/sitcom-simulator/mario-cursed.png" width="200">
</a>
</p>
And [several hundred more.](https://www.youtube.com/@SitcomSimulator/shorts)
## 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](https://joshmoody24.github.io/sitcom-simulator/installation.html#environment-variables) before it will work.
```bash
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:
```python
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](https://chat.openai.com/) generates the video script
2. [FakeYou](https://fakeyou.com) generates voices for the characters
3. [Stable Diffusion](https://stability.ai/stable-image) generates images of the characters
4. [Freepd](https://freepd.com/) provides the background music
5. [FFmpeg](https://ffmpeg.org/) connects the images and voices into a movie
## Contributions
Want to help work on this project? I'm down! [Contact me](https://joshmoody.org/contact/) if you want to contribute or have any questions :)
Have fun!!!
## Links
- [Documentation](https://joshmoody24.github.io/sitcom-simulator/)
- [Web app](https://sitcom-simulator.com)
Raw data
{
"_id": null,
"home_page": null,
"name": "sitcom-simulator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "ai, generator, meme, simulator, sitcom, video",
"author": null,
"author_email": "Josh Moody <josh@joshmoody.org>",
"download_url": "https://files.pythonhosted.org/packages/33/1c/08605a04f6258c6e6870bb4e719ea7785ffd885401c2c6c6d392efd6ecf8/sitcom_simulator-0.6.1.tar.gz",
"platform": null,
"description": "# Sitcom Simulator\nA highly-customizable tool that automatically creates AI-generated meme videos\n\n`pip install sitcom-simulator`\n\n## Documentation\n\n[View the documentation](https://joshmoody24.github.io/sitcom-simulator/) for setup instructions and code samples.\n\n## Example Videos\n\n<p float=\"left\">\n <a href=\"https://youtube.com/shorts/NQezju-_vtw?si=s2IcfYIhdK6oaE6o\">\n <img src=\"https://joshmoody.org/sitcom-simulator/joe-biden-swole.png\" width=\"200\" />\n </a>\n <a href=\"https://youtube.com/shorts/QNAX7yAnEso?si=g6LtUvFu1_7VjjHJ\">\n <img src=\"https://joshmoody.org/sitcom-simulator/mario-pyramid.png\" width=\"200\">\n </a>\n <a href=\"https://youtube.com/shorts/2JcaKnVGr8A?si=E9tg1SBv_VaHSVPo\">\n <img src=\"https://joshmoody.org/sitcom-simulator/tom-cruise-mustard.png\" width=\"200\" />\n </a>\n <a href=\"https://youtube.com/shorts/7zKuojhaZz4?si=pFHuyQ4uX6j0B9FU\">\n <img src=\"https://joshmoody.org/sitcom-simulator/fred-tax-fraud.png\" width=\"200\" />\n </a>\n <a href=\"https://youtube.com/shorts/IFsYPP_g92I?si=nmy1OKl1jyuB8wa2\">\n <img src=\"https://joshmoody.org/sitcom-simulator/dagoth-ur-trump.png\" width=\"200\" />\n </a>\n <a href=\"https://youtube.com/shorts/TAWfdZyrV68?si=2fn3mAEZKEi8TVc6\">\n <img src=\"https://joshmoody.org/sitcom-simulator/iron-man-sonic.png\" width=\"200\" />\n </a>\n <a href=\"https://youtube.com/shorts/OpU1KsHHJuo?si=L90HAA7cHTYdB-VN\">\n <img src=\"https://joshmoody.org/sitcom-simulator/shrek-donald-left-arm.png\" width=\"200\" />\n </a>\n <a href=\"https://youtube.com/shorts/KGtugZ4U7MA?si=cA6Uds3wOukBFeA4\">\n <img src=\"https://joshmoody.org/sitcom-simulator/mario-cursed.png\" width=\"200\">\n </a>\n</p>\n\nAnd [several hundred more.](https://www.youtube.com/@SitcomSimulator/shorts)\n\n## Features\n- AI-generated scripts\n- AI-generated images\n- Deepfaked character voices\n- Automatic background music finder\n- Limitless customizability\n- *(coming soon)* Automatic YouTube uploading\n\n## Usage\n\nSitcom 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.\n\n### Command Line\n\nThe 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](https://joshmoody24.github.io/sitcom-simulator/installation.html#environment-variables) before it will work.\n\n```bash\nsitcom-simulator --prompt \"Elon Musk teleports a toaster into the ocean\" --style \"beautiful renaissance oil painting\" \n```\n\n### Python\n\nSitcom Simulator can also be imported in Python scripts:\n\n```python\nfrom sitcom_simulator import create_sitcom\n\n# generate a short meme video and save it in the project folder\ncreate_sitcom(\n prompt=\"Mario hits Luigi with a stapler\",\n)\n```\n\n## How it Works\n\nSitcom Simulator is essentially duct tape that combines various AI tools into one unholy abomination.\n1. [ChatGPT](https://chat.openai.com/) generates the video script\n2. [FakeYou](https://fakeyou.com) generates voices for the characters\n3. [Stable Diffusion](https://stability.ai/stable-image) generates images of the characters\n4. [Freepd](https://freepd.com/) provides the background music\n5. [FFmpeg](https://ffmpeg.org/) connects the images and voices into a movie\n\n## Contributions\n\nWant to help work on this project? I'm down! [Contact me](https://joshmoody.org/contact/) if you want to contribute or have any questions :)\n\nHave fun!!!\n\n## Links\n\n- [Documentation](https://joshmoody24.github.io/sitcom-simulator/)\n- [Web app](https://sitcom-simulator.com)\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Josh Moody Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "A highly-customizable tool for automatically creating AI-generated meme videos",
"version": "0.6.1",
"project_urls": {
"documentation": "https://joshmoody24.github.io/sitcom-simulator/",
"homepage": "https://github.com/joshmoody24/sitcom-simulator",
"repository": "https://github.com/joshmoody24/sitcom-simulator"
},
"split_keywords": [
"ai",
" generator",
" meme",
" simulator",
" sitcom",
" video"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1f7ecc78cc9c5c0e96fa49dde4b588a6ceeb0d467e56b210d1262a92f2451377",
"md5": "728732e111e570140801a4c18112a5a0",
"sha256": "9fd72045ccee015f8d51ef543d6caace9c0c11f02587ed408e3be55fec801b21"
},
"downloads": -1,
"filename": "sitcom_simulator-0.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "728732e111e570140801a4c18112a5a0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 46205,
"upload_time": "2024-08-11T02:04:57",
"upload_time_iso_8601": "2024-08-11T02:04:57.494031Z",
"url": "https://files.pythonhosted.org/packages/1f/7e/cc78cc9c5c0e96fa49dde4b588a6ceeb0d467e56b210d1262a92f2451377/sitcom_simulator-0.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "331c08605a04f6258c6e6870bb4e719ea7785ffd885401c2c6c6d392efd6ecf8",
"md5": "38a30202d9393216115c16d3a75adbb4",
"sha256": "a91b704820db0462efb4e170e162572e91b3c17eab7ea47f81636803c0eeaabf"
},
"downloads": -1,
"filename": "sitcom_simulator-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "38a30202d9393216115c16d3a75adbb4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 60055,
"upload_time": "2024-08-11T02:04:58",
"upload_time_iso_8601": "2024-08-11T02:04:58.988937Z",
"url": "https://files.pythonhosted.org/packages/33/1c/08605a04f6258c6e6870bb4e719ea7785ffd885401c2c6c6d392efd6ecf8/sitcom_simulator-0.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-11 02:04:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joshmoody24",
"github_project": "sitcom-simulator",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "sitcom-simulator"
}