Metadata-Version: 2.1
Name: pygame_utility
Version: 2.0.6
Summary: "Package containing simple utility functions for pygame"
Home-page: https://github.com/FluffyRudy/pygame_util
Author: FluffyRudy
Project-URL: Bug Tracker, https://github.com/FluffyRudy/pygame_util/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce>=2.0.0
Requires-Dist: pytmx>=3.0.0

# pygame-utility


## Official Documentation
[pygame_utility](https://pygame-utility.readthedocs.io/en/latest/index.html)

**Note: This package is currently under development. Features and documentation may change as updates are made.**

`pygame-utility` is a package that contains simple utility modules for Pygame.

## Features

- Utility functions for image loading and processing.
- Sorting utilities for managing file names with numeric parts. Images are sorted numerically based on any numeric values in their filenames, rather than lexicographically.

## Installation

You can install the package via pip:

```bash
pip install pygame-utility

