Metadata-Version: 2.4
Name: codersaoplay
Version: 0.2
Summary: A callable Python module to play MP3 files in one line
Home-page: https://github.com/codersao/codersaoplay
Author: Jatin Ghoyal
Author-email: codersao@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.6.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# codersaoplay 🎵

`codersaoplay` is a **callable Python module** to play MP3 files in one line.

---

## Installation (Windows Users)

Because `pygame` can fail to build from source on Windows, follow these steps:

1. Download the **pygame wheel** for your Python version from:
   [https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame)

2. Install it:

```bash
pip install C:\path\to\pygame‑2.6.1‑cp314‑cp314‑win_amd64.whl
