Build An Audio Video Player With Python And Tkinter
Published 8/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.25 GB | Duration: 7h 21m
Published 8/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.25 GB | Duration: 7h 21m
Build An Audio/Video Player GUI Apps with Python using TKinter in the easiest way.
What you'll learn
Tkinter GUI Widgets need to know for making Audio/Video Player
How to build Audio/Video Player with Python and Tkinter
How to use Pygame to play with the Audio file
How to use vlc to play with the Video file
How to load gif images in Tkinter
All functionality of Audio/Video Player
Requirements
A computer system with an internet connection
You should have a basic understanding of the Python Programming Language
Description
Welcome to the "Build An Audio Video Player With Python using Tkinter" course, a Tkinter is the standard Python interface for developing GUI. Python with Tkinter is the fastest and easiest way to create GUI applications.In this course first, you will learn about Tkinter widgets that we will use in our application. You will learn how to use widgets, how to customize them, how to change their properties, and a lot more.I will start by helping you to get your setup done, which includes Python, pip, and, PyCharm IDE installation, we will install the required python packages as and when needed.Then after I'll teach you how to make GUI for these two applications in Python using Tkinter and then we will integrate the functionality.We are going to learn aboutpygame to play audio filesvlc to play video filestinytag to get audio metadataDisplaying gif images in Tkintertimedelta to convert time in hh:mm:ss formatWe'll be building an MP3 player and a video player with all functionalities possible in this course, we will be able to play, pause & stop the audio/video files, and we will also be able to move forward/backward the audio/video file while it's playing.We will also have an interface to change the volume, we will be able to mute/unmute the audio, and we will also be able to adjust the volume using the scale widget of Tkinter.In the end, we will add a slider to move back and forth on a track and can play the track from any specific time.So what are you waiting for? Start creating an Audio/Video Player GUI application with Python.
Overview
Section 1: Let`s make your Setup Ready
Lecture 1 What are you going to learn in this course ?
Lecture 2 Links to install Python, PIP, PyCharm
Lecture 3 Python Installation
Lecture 4 PIP Installation
Lecture 5 PyCharm Installation
Section 2: Tkinter Widgets Needed to make these Projects
Lecture 6 Create a Mainwindow
Lecture 7 PhotoImage
Lecture 8 Set Icon to main window
Lecture 9 Label
Lecture 10 Display Methods (pack, place and grid)
Lecture 11 Button
Lecture 12 Progressbar
Lecture 13 Listbox
Lecture 14 Scale
Lecture 15 Menu
Lecture 16 Filedialog
Section 3: Create a Python Virtual Environment
Lecture 17 Create a Python Virtual Environment
Section 4: AudioPlayer
Lecture 18 AudioPlayer Preview
Lecture 19 Get the Resources
Lecture 20 Make a UI
Lecture 21 Select the audio file/files to play
Lecture 22 Get Audio Metadata
Lecture 23 Play the audio track
Lecture 24 Pause/Unpause the audio track
Lecture 25 Stop the audio track
Lecture 26 Go to the Previous/Next Track
Lecture 27 Mute/Unmute the audio
Lecture 28 Increase the volume
Lecture 29 Decrease the volume
Lecture 30 Volume Control by Scale widget
Lecture 31 Get the Track Duration
Lecture 32 Play the Track from any Time Duration
Lecture 33 Add Menu to your Application
Lecture 34 Add Music Animation Pattern
Lecture 35 Assignment - 01
Section 5: VideoPlayer
Lecture 36 VideoPlayer Preview
Lecture 37 Get the Resources
Lecture 38 Make a UI
Lecture 39 Select the video file to play
Lecture 40 Play the video file
Lecture 41 Pause/Unpause the video file
Lecture 42 Stop the video file
Lecture 43 Increase/Decrease the volume
Lecture 44 Mute/Unmute the Audio in the Video file
Lecture 45 Display Current Volume
Lecture 46 Volume Control by Scale widget
Lecture 47 Add a Progressbar to show video played data
Lecture 48 Display video current play time and duration
Lecture 49 Play the Video from any Time Duration
Lecture 50 Assignment - 02
Section 6: Thank You!
Lecture 51 Bonus lecture
Anyone who want to make GUI Apps with python,Anyone who want to make Audio/Video Player in python