How To Create Scroll Bar? - Python Customtkinter Lesson 6

preview_player
Показать описание
Hello everyone, we often use scroll bar objects when creating desktop applications using the python custom tkinter library. In this video we will make an example with a scroll bar object. In the application, we will create frame, button, text box and scroll bar objects. We will synchronize the text box and the scroll bar object. When the button object is clicked, the text written to the text box object will be displayed on the console screen. We will be able to control the string part of the text box object with the scroll bar object.

🙏 Don't forget to like the video and subscribe to the youtube channel to support us.

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

👉 Don't forget to check out other playlists.

turtlecode
Автор

why do you need tkinter to place text box

DECODEDN