{"id":22281997,"url":"https://github.com/paulledemon/tkvideoplayer","last_synced_at":"2025-10-29T14:42:27.558Z","repository":{"id":40567735,"uuid":"415475139","full_name":"PaulleDemon/tkVideoPlayer","owner":"PaulleDemon","description":"Video player for tkinter. ","archived":false,"fork":false,"pushed_at":"2024-09-04T04:10:05.000Z","size":2799,"stargazers_count":91,"open_issues_count":10,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T17:12:11.929Z","etag":null,"topics":["tkinter","tkvideoplayer","video","video-player"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PaulleDemon.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-10T03:20:17.000Z","updated_at":"2025-02-04T11:00:22.000Z","dependencies_parsed_at":"2024-01-20T08:19:13.282Z","dependency_job_id":"6f0db495-a9f2-4f77-9053-95dbea861a01","html_url":"https://github.com/PaulleDemon/tkVideoPlayer","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":0.5135135135135135,"last_synced_commit":"dbe6bf5e6bb724536e0f33a7f6676717299f37b8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulleDemon%2FtkVideoPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulleDemon%2FtkVideoPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulleDemon%2FtkVideoPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulleDemon%2FtkVideoPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaulleDemon","download_url":"https://codeload.github.com/PaulleDemon/tkVideoPlayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694877,"owners_count":20980733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tkinter","tkvideoplayer","video","video-player"],"created_at":"2024-12-03T16:24:25.875Z","updated_at":"2025-10-29T14:42:27.481Z","avatar_url":"https://github.com/PaulleDemon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TkVideoplayer\n\nThis is a simple library to play video files in tkinter. This library also provides the ability to play, pause, \nskip and seek to specific timestamps.\n\n#### Example:\n```python\nimport tkinter as tk\nfrom tkVideoPlayer import TkinterVideo\n\nroot = tk.Tk()\n\nvideoplayer = TkinterVideo(master=root, scaled=True)\nvideoplayer.load(r\"samplevideo.mp4\")\nvideoplayer.pack(expand=True, fill=\"both\")\n\nvideoplayer.play() # play the video\n\nroot.mainloop()\n```\n\nread the documentation [here](https://github.com/PaulleDemon/tkVideoPlayer/blob/master/Documentation.md)\n\nyou can easily integrate this with **CustomTkinter** as well: refer [How to integrate with CustomTkinter?](https://github.com/PaulleDemon/tkVideoPlayer/discussions/23#discussioncomment-4475005)\n\n\u003e Please immediately upgrade to the latest version if you are using version 1.3 or below\n\n\n#### Sample video player made using tkVideoPlayer:\n![Sample player](https://github.com/PaulleDemon/tkVideoPlayer/blob/master/videoplayer_screenshot.png?raw=True)\n\n\n\n\u003e Note the above is a video player made using this library. The UI doens't come along with the library. Refer example on how to build the video player [here](https://github.com/PaulleDemon/tkVideoPlayer/blob/master/examples/sample_player.py)\n\n**Other libraries you might be interested in:**\n\n* [tkstylesheet](https://pypi.org/project/tkstylesheet/) - Helps you style your tkinter application using stylesheets.\n\n* [tkTimePicker](https://pypi.org/project/tkTimePicker/) - An easy-to-use timepicker.\n\n* [PyCollision](https://pypi.org/project/PyCollision/) - Helps you draw hitboxes for 2d games.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulledemon%2Ftkvideoplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulledemon%2Ftkvideoplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulledemon%2Ftkvideoplayer/lists"}