Metadata-Version: 2.1
Name: simple_pygame
Version: 0.0.4
Summary: A Python library that provides many features using Pygame and other libraries.
Author: YoutuberTom
Project-URL: Homepage, https://github.com/YoutuberTom/Simple_Pygame
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

![Simple Pygame logo](https://raw.githubusercontent.com/YoutuberTom/Simple_Pygame/main/docs/images/Logo.png)

Simple Pygame is a [Python](https://www.python.org/) library that provides many features using [Pygame](https://www.pygame.org/news) and other libraries. It can help you create multimedia applications much easier and save you a lot of time.

# **Installation:**

    pip install simple_pygame

# **Dependencies:**

## Python libraries:

| Library | Version |
|:--------|:--------|
|pygame   |>= 2.0.0 |
|moviepy  |>= 1.0.0 |
|pyaudio  |>= 0.2.11|

## Other requirements:

- ffmpeg.

# **Example:**

Go to [examples folder](https://github.com/YoutuberTom/Simple_Pygame/tree/main/examples) for examples.

# **License:**

This library is distributed under [MIT license](https://github.com/YoutuberTom/Simple_Pygame/blob/main/LICENSE).
