Metadata-Version: 2.1
Name: PyMediaTools
Version: 1.0.0
Summary: A library to read video and audio files
Home-page: https://github.com/zinzied/PyMediaTools
Author: Zied Boughdir
Author-email: ziedboughdir@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: moviepy
Requires-Dist: pydub

# PyMediaTools

Zyplayer is a Python library that provides a simple interface for reading and manipulating video and audio files. It uses the `moviepy` and `pydub` libraries to achieve this functionality.

## Installation

To install ZPyMediaTools, you can use pip:

```bash
pip install PyMediaTools
