A package for building a video player in Python.
Project description
Project description
Hello, You can build a video player with this package.
Features of this package
- Adjust the volume
- Song Selection and Image Extraction
- Dragging the file onto the black screen
- You can use this package to fast-forward or rewind the video or music.
- You can adjust the volume or seek through the video or music using your keyboard.
Install & Dependence
- python
- vlc media player
- python-vlc
- pillow
- mutagen
- tkinterdnd2
Things needed for this package
| name | size | Download source | |
|---|---|---|---|
| vlc media player for window | 38 MB | www.videolan.org | download |
Directory Hierarchy
|—— LICENCE
|—— pyproject.toml
|—— README.md
|—— src
| |—— Video_Player
| |—— video_player.py
| |—— __init__.py
|—— tests
How to use this package
First install this package with pip.
pip install python_video_player
Now create a new file and name it test.py
Now open the file and write the code below inside it.
from tkinterdnd2 import TkinterDnD
from python_video_player.video_player import Player
app = TkinterDnD.Tk()
player = Player(app)
app.mainloop()
To run the code, type this in the terminal:
python test.py
If you named the file something else, type this in the terminal:
python You_file_name.py
Replace You_file_name with your file name.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_video_player-0.0.1.tar.gz.
File metadata
- Download URL: python_video_player-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
470c35c43ce90b13818c7114f5c9aefbc9324c1c79c5bb07ea20974cd807be10
|
|
| MD5 |
736deeab1db79e8181e902decc12b0cd
|
|
| BLAKE2b-256 |
268cfcc63a94fdbb4a595feddd0942ce3330c3dc928dfd36acfb2b58be6a882c
|
File details
Details for the file python_video_player-0.0.1-py3-none-any.whl.
File metadata
- Download URL: python_video_player-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7bb57f548f4bc76e2a67706882dfaee9d9d8a11a6d91b7e7ea0b17c0b80abe
|
|
| MD5 |
124859fa17f515c2e3146389b3be68cd
|
|
| BLAKE2b-256 |
211a1ece477e74dcd5bda206edb9382b5e7701c8070505ed6b6fa50e92920e20
|