Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.27 KB

ReadMe.md

File metadata and controls

61 lines (44 loc) · 1.27 KB

PyQt6 Video Player

A simple video player application built with PyQt6.

screenshot

Features

  • Play/Pause video playback
  • Slider-based video navigation
  • Mute/Unmute audio
  • Volume control
  • Fullscreen mode
  • User-friendly interface

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.6 or higher
  • PyQt6

Installation

  1. Clone the repository:
    git clone https://github.com/bnbhat/video_player.git
  2. Install the dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python main.py

Keybindings

  • Space - Play/Pause
  • F - Fullscreen/Exit Fullscreen
  • M - Mute/Unmute
  • Esc - Exit Fullscreen

Usage

youtube link: https://youtu.be/chTH-_5wtcg

  1. Click the Open button to select a video file.
  2. Click the Play button to start playback.
  3. Use the slider to navigate through the video.
  4. Click the Mute button to mute the audio.
  5. Use the volume slider to adjust the volume.

Developed by Balachandra Bhat [email protected]