Metadata-Version: 2.4
Name: giftool2
Version: 0.17.0
Summary: a simple tool to extract video to gif
Project-URL: Homepage, https://github.com/michaeldini/giftool2
Project-URL: Repository, https://github.com/michaeldini/giftool2
Author: Michael Dini
License-Expression: MIT AND (Apache-2.0 OR BSD-2-Clause)
Keywords: gif,video
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Flask
Classifier: Framework :: Hatch
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: Editors
Requires-Python: >=3.9
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: flask
Requires-Dist: opencv-python
Requires-Dist: pillow>=11.2.1
Requires-Dist: pytest>=8.3.5
Description-Content-Type: text/markdown

# giftool2

A simple tool to create GIFs from videos.

## Features

- Upload a video file
- Select a start and end time for the GIF
- Convert video to GIF

## Usage

1. Installation: `uv add giftool2` or  `pip install giftool2`

2. Run the app:  `giftool2`

3. Navigate to the app in your web browser. The default URL is `http://127.0.0.1:5000`.

## User Interface

The app has a simple and intuitive user interface. You can upload a video file, select the start and end time for the GIF, and preview the start and end frames. Once you are satisfied with your selection, you can create and download the GIF.

![App Screenshot](https://raw.githubusercontent.com/michaeldini/giftool2/main/homepage800x600.jpg)

## License

This project is licensed under the [MIT License](LICENSE).
MIT License

Copyright (c) 2024 [Michael Dini]

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.
