Metadata-Version: 2.1
Name: simple_pygame
Version: 0.1.1
Summary: A Python library that provides many features using Pygame and other libraries.
Author: YoutuberTom
License: MIT License
        
        Copyright (c) 2023 YoutuberTom
        
        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.
Project-URL: Repository, 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.5
Description-Content-Type: text/markdown
License-File: LICENSE

![Simple Pygame logo](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 programs much easier and cleaner.

# **Installation:**

    pip install simple_pygame

# **Dependencies:**

As each of the library components has different requirements, you only need to install the dependencies for the component you wish to use.

## Python:

### Minimum supported version:

    Python == 3.5.0

### Fully supported versions:

    Python >= 3.7.0

## Python libraries:

|                        Library                        | Version |
|:------------------------------------------------------|:--------|
|[pygame](https://www.pygame.org/news)                  |>= 1.9.4 |
|[pyaudio](https://people.csail.mit.edu/hubert/pyaudio/)|>= 0.2.12|

## Other dependencies:

- [ffmpeg](https://ffmpeg.org/).

- [ffprobe](https://ffmpeg.org/ffprobe.html) (optional).

# **Example:**

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

# **License:**

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