Metadata-Version: 2.4
Name: Azizimusicplayer
Version: 0.0.1
Summary: A small package to make a music player in python written using pygame and pillow and tkinter.
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Author-email: Ali Azizi <aliazizi782@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

📖 About This Project
This is a learning project created by a computer engineering student. The goal was to build a functional music player using tkinter for the GUI and pygame for audio playback.
⚠️ Note: This package is still in early development. It's perfect for learning purposes, but may not be suitable for production use yet.
✨ Features
🎶 Play/Pause/Stop music
📁 Load audio files (MP3, WAV, OGG)
🔊 Volume control slider
⏳ Seek through the track
🖼️ Custom button images (requires Pillow)
🎨 Modern, clean UI design
📦 Installation
Prerequisites
Make sure you have Python 3.8+ installed.

Required dependencies:

pip install pygame Pillow


🚀 Usage
python
12345678
from Azizimusicplayer.music_player import MusicPlayer

# Create player instance

For example:

from Azizimusicplayer.music_player import MusicPlayer
from tkinter import *

root=Tk()
root.geometry("600x500")
mp=MusicPlayer(root)
mp.place()
root.mainloop()


🛠️ Known Limitations

MP3 Playback
✅ Working
Pause/Resume
✅ Working
Volume Control
✅ Working
Seek Bar
⚠️ Basic support
Playlist
❌ Not implemented
Equalizer
❌ Not implemented

🤝 Contributing
This is my first public package on PyPI! I'm still learning, so:
🐛 If you find bugs, please report them
💡 If you have suggestions, I'd love to hear them
🔧 Pull requests are welcome!
📬 Contact

Author
Ali Azizi
Email
aliazizi@gmail.com
Status
Computer Engineering Student
Level
Beginner (actively learning!)

💌 Feel free to email me! I'm happy to discuss problems, suggestions, or just talk about Python.

📄 License
This project is open-source and available under the MIT License.

🙏 Acknowledgments
Thanks to the pygame community
Thanks to PyPI for hosting
Thanks to everyone who supports beginner developers!


Made with ❤️ by a learning developer
If you like this project, please give it a star! ⭐