Metadata-Version: 2.1
Name: video2gif
Version: 1.1.1
Summary: a simple program that converts a video to gif. it will also download a video for you using yt-dlp. Depends on ffmpeg
Author: Mae Miller
Author-email: maeborow@posteo.net
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ffmpeg-python (>=0.2.0,<0.3.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Requires-Dist: yt-dlp (>=2023.7.6,<2024.0.0)
Description-Content-Type: text/markdown

This is a simple program that takes a url or a video and a start and end time and converts it into a gif that should be shareable on most platforms (make sure the gif isn't too long though). This package depends only on ffmpeg and python packages.

