PSMP is an audio player application provides a clean and intuitive interface for playing your audio files. Built with Python and the Qt for Python framework (PySide6), it offers a cross-platform solution for audio playback.
The player currently focuses on core functionality with plans for future expansion. I wrote this project just for practise.
- Clean and user-friendly graphical interface
- Basic playback controls (play, pause, stop, next, previous)
- Volume control
- Playlist management
- Cross-platform compatibility
Currently supported audio formats:
.mp3
Additional file types and features will be introduced in future versions.
# Clone repository
git clone https://github.com/hevnee/PSMP.git
cd psmp
# Install dependencies
pip install -r requirements.txt --upgrade
# Run the application
cd psmp
python main.py- Additional audio format support
- Add tag editor
- Keyboard shortcuts
- Audio visualization
- Bookmarks and favorites
- Plugin support
While this is primarily a learning project, suggestions and constructive feedback are welcome.
This project was inspired by the AIMP audio player. I aimed to replicate its clean interface design. The focus remains on simplicity and functionality.