A simple video player application built with PyQt6.
- Play/Pause video playback
- Slider-based video navigation
- Mute/Unmute audio
- Volume control
- Fullscreen mode
- User-friendly interface
Before you begin, ensure you have met the following requirements:
- Python 3.6 or higher
- PyQt6
- Clone the repository:
git clone https://github.com/bnbhat/video_player.git
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
Space
- Play/PauseF
- Fullscreen/Exit FullscreenM
- Mute/UnmuteEsc
- Exit Fullscreen
youtube link: https://youtu.be/chTH-_5wtcg
- Click the
Open
button to select a video file. - Click the
Play
button to start playback. - Use the slider to navigate through the video.
- Click the
Mute
button to mute the audio. - Use the volume slider to adjust the volume.