Python Tkinter notes (for myself)

Widget

Frame Summary: Create a framework for storing widgets.

Label Summary: Display strings and images.

Message Summary: Display a multi-line string.

Button Summary: Make a button.

Radiobutton Summary: Make a radio button.

Listbox Summary: Make a list box.

Scrollbar Summary: Make a school bar.

Scale Summary: Make a scale.

Entry Summary: Enter and edit one line of string.

Menu Summary: Make a menu button.

Menubutton Summary: Make a menu button.

Bitmap Summary: Make a bitmap.

Canvas Summary: Make a canvas.

Text Summary: Enter and edit text.

LabelFrame Summary: Labeled frame.

__ Spin Box __ Summary: Make a spin box.

PanedWindow Summary: Create a pane window.


Widget options

foreground (fg) Specify the color used to draw letters and lines

background (bg) Specifying the background color

text Text displayed in the widget

textvariable Specify the object to store the text

image Image displayed in the widget

bitmap Bitmap displayed in the widget

borderwidth (bd) Widget frame width

relief Widget frame style

height Widget height

width Widget width

anchor Specify the position of widgets and displayed data

Recommended Posts

Python Tkinter notes (for myself)
python [for myself]
Personal notes for python image processing
Notes for me python csv graph
Notes for Python file input / output
2016-10-30 else for Python3> for:
Notes for using OpenCV on Windows10 Python 3.8.3.
Python scraping notes
Python study notes _000
Notes on nfc.ContactlessFrontend () for nfcpy in python
Python beginner notes
Python study notes_006
python C ++ notes
Python study notes _005
Python grammar notes
Python Library notes
AtCoder cheat sheet in python (for myself)
Notes for using python (pydev) in eclipse
python personal notes
[Competitive programming] [Python3] Required knowledge, for myself
python pandas notes
Python study notes_001
python learning notes
Python3.4 installation notes
[Python] Tkinter template
Notes for implementing simple collaborative filtering in Python
Summary of frequently used Python arrays (for myself)
About Python for loops
missingintegers python personal notes
Python basics ② for statement
Python package development notes
About Python, for ~ (range)
python decorator usage notes
Python ipaddress package notes
python textbook for beginners
Refactoring tools for Python
[Personal notes] Python, Django
Python Pickle format notes
[Python] pytest-mock Usage notes
python for android Toolchain
First Python miscellaneous notes
heroku memo (for myself)
Matlab => Python migration notes
Notes around Python3 assignments
Python Tkinter Primer Note
Notes using Python subprocesses
OpenCV for Python beginners
Python try / except notes
Python framework bottle notes
Install Python (for Windows)
[Python] for statement error
Python environment for projects
Freecad memorandum (for myself)
Summary of python environment settings for myself [mac] [ubuntu]
Notes on writing config files for Python Note: configparser
python memo (for myself): About the development environment virtualenv
Programming with Python and Tkinter
About Fabric's support for Python 3
Python list, for statement, dictionary
Installation notes for TensorFlow for Windows
O'Reilly python3 Primer Learning Notes