An open API service indexing awesome lists of open source software.

https://github.com/apfirebolt/media_player_in_pyqt5

A basic media player which is able to play mp4 videos built using Python and PyQt5 library
https://github.com/apfirebolt/media_player_in_pyqt5

gui-application media-player pyqt5 python3 qt5

Last synced: 2 months ago
JSON representation

A basic media player which is able to play mp4 videos built using Python and PyQt5 library

Awesome Lists containing this project

README

          

# Media Player

![Python](https://img.shields.io/badge/Python-3.8%2B-blue)
![PyQt](https://img.shields.io/badge/PyQt-5.15%2B-green)

A simple media player application created using PyQt5. It has some elementary features like

- Load mp4 files and play in the player.
- Get info of the video file.
- Volume adjustment
- Drag to a specific duration of the video using sliders and event handlers.

# About QT

PyQt5 is a set of Python bindings for Qt libraries, which are used for developing cross-platform applications. It enables Python developers to create native applications for Windows, macOS, and Linux with a single codebase. PyQt5 provides a wide range of tools and widgets for building graphical user interfaces (GUIs), making it a popular choice for desktop application development.

# Screenshots

Find some screenshots of the application below.

![Screenshot 1](screenshots/1.png)
![Screenshot 2](screenshots/2.png)

# Contribute

We welcome contributions from the community! If you'd like to contribute, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.

Please ensure your code adheres to our coding standards and includes appropriate tests. If you have any questions, feel free to open an issue or contact the maintainers.

Thank you for your contributions!