Python: TKinter Scale Widget

preview_player
Показать описание
Welcome back everybody! This video demonstrates the basic functionality of the scale widget. This widget allows the user to create a "slider" widget into a GUI using Python. The scale widget is a great tool for learning how to get and set values into variables using the simple get method. I hope this video was helpful to everyone, please feel free to leave any comments or questions below!
This video creates a simple Python GUI that allows the user to save text files with a designated title and content. In its simplest form, this is what most word processors and text editors perform on a daily basis. This video introduces the pack geometry management method, which is the fastest method, but also gives the user slightly less control over widget placement. Feel free to leave any questions in the comments below!

Github Source code:

Рекомендации по теме
Комментарии
Автор

Nice! I like how you fool proofed it with the ZeroDivisonError.

CodeWithDerrick
Автор

Wow this just seriously made me feel like I can’t learn this lol months and I’ve never heard anyone say anything about the curly brackets being used in that way ... wow

Fullrusher
Автор

Nice tutorial. I needed a refresher on tkinter scale widget. Well done. Now to be a PITA. At 1:05 you fixed a simple syntax error that most coders would catch early on. Rather than explain the error and then fixing it, you edited the video to simply "make it go away". This is not good style for someone creating tutorials. Bad practice.

Other than that, this is a solid tutorial and you helped refresh my memory as to the tkinter scaler widget.

shanepython