filmov
tv
Tkinter text zoom in and out using buttons and using menus and using scale to trigger the font size
Показать описание
00:37 adding buttons to use zoom in zoom out
05:08 Using menu to use zoom in zoom out
07:06 Adding scale to use zoom in zoom out
We can zoom in and zoom out the tex interred inside a text box by using buttons. Here we will link the font option to a list by declaring font family, font size and font style.
We will place two buttons, one for increasing and other for decreasing font size. Both the buttons will execute one common function by passing different parameters. By reading this parameter we will decide to increase or decrease the font size by using config option of the text area
We can use menu button to zoom in or zoom out the text, for this we will use the same functions
Scale can be used to increase or decrease the font size. Here one more function my_fun2() is used and inside this the value of the slider is collected and assigned to font size of the text widget by using the config option.
Download the source code from here.
#zoomInZoomOut #textZoom #fontsize #fontIncrease #fontdecrease #Tkinter #python #plus2net #zoomfontsize
05:08 Using menu to use zoom in zoom out
07:06 Adding scale to use zoom in zoom out
We can zoom in and zoom out the tex interred inside a text box by using buttons. Here we will link the font option to a list by declaring font family, font size and font style.
We will place two buttons, one for increasing and other for decreasing font size. Both the buttons will execute one common function by passing different parameters. By reading this parameter we will decide to increase or decrease the font size by using config option of the text area
We can use menu button to zoom in or zoom out the text, for this we will use the same functions
Scale can be used to increase or decrease the font size. Here one more function my_fun2() is used and inside this the value of the slider is collected and assigned to font size of the text widget by using the config option.
Download the source code from here.
#zoomInZoomOut #textZoom #fontsize #fontIncrease #fontdecrease #Tkinter #python #plus2net #zoomfontsize
Tkinter text zoom in and out using buttons and using menus and using scale to trigger the font size
python tkinter-zoom in zoom out image
Python Tkinter: How to change Label Properties (Color, Text, Font size)
Using the tkinter canvas to draw shapes, text and widgets
Update Tkinter Labels with Text Variables
Tkinter window geometry to manage height width and zoom out using state and resizable() option
PYTHON : Tkinter canvas zoom + move/pan
Tkinter canvas zoom + move/pan
Tkinter managing font family, size and style of text widget from menu bar
Fullscreen window using tkinter
Understanding scrolling in tkinter
How To Resize A Window Dynamically - Python Tkinter GUI Tutorial #80
Tkinter Text Variable.
Tkinter Course - Create Graphic User Interfaces in Python Tutorial
Tkinter canvas as button to display vertical or rotated text with mouse events to trigger function
Python: TKinter Scale Widget
Use a Drag & Drop Editor to Make Tkinter Python GUI Applications!
53 Python Tkinter Tutorial 6 Text Editor
Tkinter lesson on Zoom| [Urdu] | Part 1
Make Modern Python Dashboards With Tkinter & Matplotlib!
Setting the dimension of a Python tkinter window
Demo 1: Python 3 Win10 Tkinter 2 Word Processor Find Line Wrap Position
How To Center a Tkinter Window On The Screen - Python Tkinter GUI Tutorial #126
How to increase font size in python shell IDLE
Комментарии