sitcom-simulator


Namesitcom-simulator JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryA highly-customizable tool for automatically creating AI-generated meme videos
upload_time2024-03-22 02:01:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT 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 (coming soon)

            

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/23/50/cfbae98ed8bb1a37835dd7bfbb3d122b6a56bb96b3737ac42cba5f63c0dc/sitcom_simulator-0.5.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 (coming soon)\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.5.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": "fa8f61ece81d00e6de1ac74b3e63023a24d037af7bc018e805578cc46c96bfd1",
                "md5": "b80e816c7e22fc3e2bf87bd9088ff898",
                "sha256": "ee08365773d599a12d2f84bf258465bb8c03456fbbeae5d501b373156e21d648"
            },
            "downloads": -1,
            "filename": "sitcom_simulator-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b80e816c7e22fc3e2bf87bd9088ff898",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 46201,
            "upload_time": "2024-03-22T02:01:27",
            "upload_time_iso_8601": "2024-03-22T02:01:27.895982Z",
            "url": "https://files.pythonhosted.org/packages/fa/8f/61ece81d00e6de1ac74b3e63023a24d037af7bc018e805578cc46c96bfd1/sitcom_simulator-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2350cfbae98ed8bb1a37835dd7bfbb3d122b6a56bb96b3737ac42cba5f63c0dc",
                "md5": "f62b40bff7cde2e9f05dd74e399ce51b",
                "sha256": "92892b6ae8a5b57ed26d9fd3f448761e06fb2659b20ad86a07259a28496d6d51"
            },
            "downloads": -1,
            "filename": "sitcom_simulator-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f62b40bff7cde2e9f05dd74e399ce51b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 60052,
            "upload_time": "2024-03-22T02:01:30",
            "upload_time_iso_8601": "2024-03-22T02:01:30.221788Z",
            "url": "https://files.pythonhosted.org/packages/23/50/cfbae98ed8bb1a37835dd7bfbb3d122b6a56bb96b3737ac42cba5f63c0dc/sitcom_simulator-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 02:01:30",
    "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"
}
        
Elapsed time: 0.20325s