Город МОСКОВСКИЙ
00:02:56

How To Make Video Player In Python

Аватар
Учитель Python
Просмотры:
28
Дата загрузки:
02.12.2023 10:54
Длительность:
00:02:56
Категория:
Обучение

Описание

tkVideo is a Python module for playing videos in GUIs created with tkinter. It does so by binding to a tkinter. Label widget of the user's choice and rapidly changing its image object.
https://pypi.org/project/tkvideo-moviepy #:~:text=tkVideo%20is%20a%20Python%20module,rapidly%20changing%20its%20image%20object.

Tkinter or Tk interface is Python's de-facto standard GUI (Graphical User Interface) package. This is an open-source framework and is available on platforms like Unix and Windows. It is one of the simplest and most popular ways to build a GUI-based application in Python.
https://docs.python.org/3/library/tkinter.html

Рекомендуемые видео