sitcom-simulator

View on PyPIReverse Dependencies (0)

0.6.1 sitcom_simulator-0.6.1-py3-none-any.whl

Wheel Details

Project: sitcom-simulator
Version: 0.6.1
Filename: sitcom_simulator-0.6.1-py3-none-any.whl
Download: [link]
Size: 46205
MD5: 728732e111e570140801a4c18112a5a0
SHA256: 9fd72045ccee015f8d51ef543d6caace9c0c11f02587ed408e3be55fec801b21
Uploaded: 2024-08-11 02:04:57 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: sitcom-simulator
Version: 0.6.1
Summary: A highly-customizable tool for automatically creating AI-generated meme videos
Author-Email: Josh Moody <josh[at]joshmoody.org>
Project-Url: homepage, https://github.com/joshmoody24/sitcom-simulator
Project-Url: documentation, https://joshmoody24.github.io/sitcom-simulator/
Project-Url: repository, https://github.com/joshmoody24/sitcom-simulator
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
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: beautifulsoup4 (~=4.12.2)
Requires-Dist: ffmpeg-python (~=0.2.0)
Requires-Dist: gtts (~=2.5.1)
Requires-Dist: openai (~=0.28.0)
Requires-Dist: pillow (~=10.0.1)
Requires-Dist: python-dotenv (~=1.0.0)
Requires-Dist: requests (~=2.31.0)
Requires-Dist: stability-sdk (~=0.8.5)
Requires-Dist: thefuzz (~=0.22.1)
Requires-Dist: toml
Requires-Dist: tqdm (~=4.66.1)
Requires-Dist: furo; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3721 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
sitcom_simulator/__init__.py sha256=MGJkW5HiHfZUAqDcNtdoILsjvjUZDrfVe7VLIx1jJqI 300
sitcom_simulator/auto.py sha256=6lKaNYjAiApR50UPSpSRWhjHBBmfLwYdJVzUEBBDBDw 6769
sitcom_simulator/cli.py sha256=-txXtffimfrfQbAU0l6VZb9Jtgzq1NkZgyplJujqWs0 4351
sitcom_simulator/models.py sha256=nUOKc760Lfs5-FQ3Sl9iinOr0iWO1gFX5AvpifibV5I 5730
sitcom_simulator/user_input.py sha256=zNxERG6-0JI3wuq_6npq6Xy4o_EZ1JUUrBJrU69l8gc 1876
sitcom_simulator/image/__init__.py sha256=R9R5AHKBNgKkTXSZK5wL2yERbYRYP-QV-7ix8dRlQmw 56
sitcom_simulator/image/image_generator.py sha256=Tv66bxGbFz8emJCCQT_r7L6eiyYEqhmAfVWJiXuImKs 3022
sitcom_simulator/image/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/image/integrations/pillow.py sha256=-eF9ayfJWwZKFKaSjsWxc-69xsLiC4nDWmj2xqy9qTI 750
sitcom_simulator/image/integrations/stability.py sha256=ZWFiaklbY0IFpOqf0d_P09VG0FilajOP-C4wv7NV_TE 1825
sitcom_simulator/music/__init__.py sha256=uG2T1AOWb0on4qP-_LyuS0LpZrNtLg7HHQUOnrMKkC4 54
sitcom_simulator/music/music_generator.py sha256=QUseV7PonsK57uAFg6mbrp8LNhOVbR8HrGeGhO4bnmw 2281
sitcom_simulator/music/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/music/integrations/freepd.py sha256=kjcAWyJT69qbSYX0wOyTtn9-yRJT3ew2GZYwC45KvWM 2509
sitcom_simulator/script/__init__.py sha256=nJGk0tqeMiE5vR1KYuq-Fx3LXl_SXgMadAO2q-Y1TcM 60
sitcom_simulator/script/llm.py sha256=yay5NQFG_XP06WeiO3HiuwEqx0bEofIQ5LY0_J52c5g 167
sitcom_simulator/script/llm_instructions.txt sha256=jGM27sm4qtPkitb_hMIwcIlIg6CFeaP2hBr69R4Bra8 2975
sitcom_simulator/script/script_generator.py sha256=2E0MrkcjrWoEsl3yjzGL1n7twWSn8hkZxWqgLHEs5AQ 5351
sitcom_simulator/script/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/script/integrations/chatgpt/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/script/integrations/chatgpt/chatgpt.py sha256=mVRT_LNH3pDmF-z81SEEJgIDWyXZDn8qRHjlu5euIqg 943
sitcom_simulator/script/integrations/fakeyou/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/script/integrations/fakeyou/character_extraction_instructions.txt sha256=YKaNCAeimL8STZqWPZGBbc35uCjvEYJonKLlDVMQlKU 410
sitcom_simulator/script/integrations/fakeyou/character_extractor.py sha256=KvauW954B6ZvjdKlf8atKzf8waWmd-8oc5F1qZODdtw 6061
sitcom_simulator/script/integrations/fakeyou/character_selector.py sha256=zDVLZF66RXtUCJpn2LavRBnix6Co7_iIsXbaQw3j4Bk 2559
sitcom_simulator/script/integrations/fakeyou/characters.toml sha256=mtp5RVqtnElh4byLbTbtFcNIMmyHAdbp3jXXYcgc64I 3274
sitcom_simulator/script/integrations/fakeyou/curated_voices.csv sha256=lzIjrMahOGsfM0RQguJR3SqYp96cx9Rb4xcOgrjxi5Q 541
sitcom_simulator/script/integrations/fakeyou/narrators.py sha256=pRlCA0pCjwd4se379iOZpCSC4U4I6wEfSD3kJQEbSdU 718
sitcom_simulator/social/yt_uploader.py sha256=maiKT_Mv9Kj13jaQqzp-erdmynL-u562hWX318UUgZw 7179
sitcom_simulator/speech/__init__.py sha256=KPA1x_glJwCBEh6n6yBcMQ1p3YS530-qjDGg4Q6-W-Q 80
sitcom_simulator/speech/speech_generator.py sha256=4eOxBe9wMR1WttumESyHk1RU-5F_c19lJhOTvRZ3LGw 3958
sitcom_simulator/speech/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/speech/integrations/fakeyou.py sha256=T4G1ebmeR_jaHS1w2JOIsMW1ibUELzkKMU4-lrJqnHg 9015
sitcom_simulator/speech/integrations/gtts.py sha256=yzuaDmeuLmyrjkFbSNVzqWwlVwVISy39NJdsK5HR2NI 1265
sitcom_simulator/video/__init__.py sha256=ayPnlmPQqlpt7OZQvNzBNbIdx1NOIRsxIt6rA5r_rvM 41
sitcom_simulator/video/video_generator.py sha256=pvKGzqdiNVH0bTkeS91Tbr88VuDmn2-Z0j-boa95R_o 5473
sitcom_simulator/video/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sitcom_simulator/video/integrations/ffmpeg.py sha256=SszrEF2PD9l0Qy0YmkLvDB2DZzCzStyodS_1efAgPBw 15352
sitcom_simulator/video/integrations/moviepy.py sha256=5wY2HqNDA3kTDLtouojws4MqwDQNmsxIBauhBn0C-jM 2595
sitcom_simulator-0.6.1.dist-info/METADATA sha256=81KNt28gbxwPEZec1kVv98ZBPGtpq52Kk7tM-MKX0gY 6185
sitcom_simulator-0.6.1.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
sitcom_simulator-0.6.1.dist-info/entry_points.txt sha256=FD9SwVi4PDzV2oHgQQlDrX5YDyaColzRVDT61ODVwSQ 63
sitcom_simulator-0.6.1.dist-info/licenses/LICENSE sha256=UxaoK3kgoBtxDV_oSap9lpnw5Mx35FCJMnmOjjw9bOc 1066
sitcom_simulator-0.6.1.dist-info/RECORD

entry_points.txt

sitcom-simulator = sitcom_simulator.cli:main