In this course I’ll teach you how to make graphical user interfaces for Python using TKinter. You’ll be surprised just how quickly you can create some pretty cool looking apps!
We’ll be building an MP3 player in this course that will have a song playlist, be able to play a song, stop a song, pause a song and move forward and backwards in the playlist.
We’ll also create a volume slider so that users can adjust the volume of the music.
Finally, we’ll create a slider that will allow the user to fast forward or rewind within a song to a specific position in the song.
If you’ve ever wanted to create GUI apps with Python, this is the course for you!
Specification: Build An MP3 Player With Python And TKinter GUI Apps
|
15 reviews for Build An MP3 Player With Python And TKinter GUI Apps
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $9.99 |
---|---|
Provider | |
Duration | 3 hours |
Year | 2021 |
Level | Intermediate |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$84.99 $9.99
Ecl1p53OfD4wn –
The course was very good in itself and the instructions where clear and consistent. The only reason I’m giving just a 4,5 is because I think the course could be expanded a lot (for example when the song is finished, automatically play the next; when we’re at the end of playlist return to the top if we indicated a loop of the playlist, etc). But for the rest, it was a great course!
Harshit Jain –
amazing course
Saurabh Sable –
It helped me to understand many Tkinter functionalities. thank you, John Elder your teaching is fabulous explaining everything while executing helped me to have a clear understanding as well as hands on practical experience!!
Shivam sharma –
good and useful course.
Udyan Saha Upal –
well decorated
Ananya Arya –
This course was really good, I already know C++ but I was always skeptical about using python, but after doing this course, I have really started liking python, thankyou so much!
Krishna Kumar Mittal –
This course is amazing and teaching style of prof. is fantastic. I love this course.
Garry Smith –
Great tutorial, the only issue is pygame will noy play mp3 files, so I’ve changed the code to to work wit .ogg files. which works with out any issues.
Karan Manglani –
Great Course till now!!! Instructor is clear and teaches at a good pace with quick response on QnA
Bhushan Agrawal –
Great project building experience.
Brice Donald Abodo –
The lesson is good, he explains very well and the code is not confusing. I just wanted to ask if it was necessary to indicate that paused is global although it is a global variable? Video 22 or 23 i don’t remember
Sarthak Pathak –
Well, this course helps you build a fully functioning MP3 Player with python. It also opens your path to new courses. The instructor is awesome. Didn’t get bored for a single second. And moreover all the questions are answer in 1 2 days. If you are thinking to buy this, go ahead. You will discover a whole new world. THANKS FOR MAKING THIS COURSE. After this experience, I will definitely buy that membership from codemy.
H05t1l3 0n3 –
This course is good but a bit confusing for those who are totally new to python and average for those who are intermediate. This course could be enhanced more with use of Qt instead of tkinter, as tkinter is a bit confusing and headache. The positive aspect about this course is the instructor. I’ve enjoyed his way of presentation and trying to keep everything subtle yet minimal. The negative aspect of this course is pakages of python such as mutagen and pygame ( Pygame’s newer version only let play WAVE format). Summing up, this course was a average, I can say it wasn’t a let down but also not satisfactory. Regards
Debanjan Ganguly –
Good explanation of code.
Ted Swoyer –
Good class with good example app not too simple and not too complex. Instructor was excellent clearly explained logic and implementation. I took one star off because I did my development on Linux and had to make some adjustments. I also had to switch from MP3 to OGG and there were a few related differences I had to figure out to get the equivalent function.