In this video we’ll create buttons that undo and redo changes you make to your text widget. So, say you type something and you want to get rid...
Category - Tkinter
In this video I’ll show you how to create Text Widget tags to change selected text to Bold or Italics. I’ll also show you how to...
In this video I’ll show you how to add images to your text widget with Tkinter and Python. We’ll also change the color highlighting of...
In this video I’ll show you how to open a text file and output the contents to a text widget in Tkinter. We’ll also look at saving the...
In this video we’ll start to look at the Text Widget in Tkinter. The Text widget is actually pretty powerful and fun! It let’s you type...
In this video we’ll look at Spin Boxes. Spin boxes are similar to combo boxes, except they don’t drop down. Instead they spin through a...
In this video I’ll talk about threading. What happens when your program hangs or lags because some function is taking too long to run...
In this video I’ll show you how to add a scrollbar that scrolls your entire tkinter app. Normally scrollbars are used for listboxes, but what...
In this video we’ll create a volume meter image for our mp3 player that changes based on the current volume. To do this I’ve created five...
In this video we’ll create a volume control slider for our MP3 player. We’ve used a slider once already in this project so we already...
In this video we’ll finish up our music slider for our MP3 Player. We need to stop the slider from moving when someone hits the pause button...
In this video we’ll continue to work on our song slider for the mp3 player with Tkinter and Python. We’ll make it so that as we drag the...