Skip to main content

TkVideoplayer

This is a simple library to play video files in tkinter. This library also provides the ability to play, pause, skip and seek to specific timestamps.

Example:

import tkinter as tk
from tkVideoPlayer import TkinterVideo

root = tk.Tk()

videoplayer = TkinterVideo(master=root, scaled=True)
videoplayer.load(r"samplevideo.mp4")
videoplayer.pack(expand=True, fill="both")

videoplayer.play() # play the video

root.mainloop()

read the documentation here

Please immediately upgrade to the latest version if you are using version 1.3 or below

Sample video player made using tkVideoPlayer:

Sample player

This example source code can be found here

Other libraries you might be interested in:

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkvideoplayer-2.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tkvideoplayer-2.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file tkvideoplayer-2.1.tar.gz.

File metadata

  • Download URL: tkvideoplayer-2.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for tkvideoplayer-2.1.tar.gz
Algorithm Hash digest
SHA256 961efdf9fd429f36211f4da6a958b56307f8b7e57f3bacd922df746f3322dbd1
MD5 746cf8e7c68975f60335c7e1b11a9794
BLAKE2b-256 0655129b8e729e0e22d65397da8d64df137d2bb5a29fae01af9e1fe43e18a5ae

See more details on using hashes here.

File details

Details for the file tkvideoplayer-2.1-py3-none-any.whl.

File metadata

  • Download URL: tkvideoplayer-2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for tkvideoplayer-2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4e5513d54c859bcc797cfddedb47771f7282d95353e1bff1f0c71e10f4cfc937
MD5 15ed1662bd29a7de9fa6f19829e42ea1
BLAKE2b-256 87d74ded35048d6a804c6255ecffe2a89ff2378b8cc1688b4ca0663ab3626fc0

See more details on using hashes here.

Release history Release notifications | RSS feed

2.8

2 files

2.5

2 files

2.3

2 files

2.2

2 files

This release

2.1 This release

2 files

2.0.0

2 files

1.3.0

2 files

1.1.0

2 files

1.0.0

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page