Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ PSMP Public

A simple audio player built with Python, designed for simplicity and ease of use

License

hevnee/PSMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSMP - PySide Media Player

PSMP logo

A simple audio player built with Python, designed for simplicity and ease of use

Discord Telegram Python Github license

Overview

PSMP screenshot

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.

Features

  • Clean and user-friendly graphical interface
  • Basic playback controls (play, pause, stop, next, previous)
  • Volume control
  • Playlist management
  • Cross-platform compatibility

Supported formats

Currently supported audio formats:

  • .mp3

Additional file types and features will be introduced in future versions.

Instalation

# 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

Roadmap

  • Additional audio format support
  • Add tag editor
  • Keyboard shortcuts
  • Audio visualization
  • Bookmarks and favorites
  • Plugin support

Contributing

While this is primarily a learning project, suggestions and constructive feedback are welcome.

Inspiration

This project was inspired by the AIMP audio player. I aimed to replicate its clean interface design. The focus remains on simplicity and functionality.

License

Copyright © 2025 hevnee.
PSMP is MIT licensed

About

A simple audio player built with Python, designed for simplicity and ease of use

Topics

Resources

License

Stars

Watchers

Forks

Languages