安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- tkinter — Python interface to Tcl Tk — Python 3. 13. 5 documentation
When your Python application uses a class in Tkinter, e g , to create a widget, the tkinter module first assembles a Tcl Tk command string It passes that Tcl command string to an internal _tkinter binary module, which then calls the Tcl interpreter to evaluate it
- Graphical User Interfaces with Tk — Python 3. 13. 5 documentation
The tkinter package is a thin object-oriented layer on top of Tcl Tk To use tkinter, you don’t need to write Tcl code, but you will need to consult the Tk documentation, and occasionally the Tcl documentation tkinter is a set of wrappers that implement the Tk widgets as Python classes
- tkinter. ttk — Tk themed widgets — Python 3. 13. 5 documentation
The tkinter ttk module provides access to the Tk themed widget set, introduced in Tk 8 5 It provides additional benefits including anti-aliased font rendering under X11 and window transparency (requiring a composition window manager on X11)
- Graphic User Interface FAQ — Python 3. 13. 5 documentation
Standard builds of Python include an object-oriented interface to the Tcl Tk widget set, called tkinter This is probably the easiest to install (since it comes included with most binary distributions of Python) and use
- tkinter. colorchooser — Color choosing dialog — Python 3. 13. 5 documentation
The tkinter colorchooser module provides the Chooser class as an interface to the native color picker dialog Chooser implements a modal color choosing dialog window
- tkinter. font — Tkinter font wrapper — Python 3. 13. 5 documentation
The tkinter font module provides the Font class for creating and using named fonts The different font weights and slants are: tkinter font NORMAL ¶ tkinter font BOLD ¶ tkinter font ITALIC ¶ tkinter font ROMAN ¶ class tkinter font Font(root=None, font=None, name=None, exists=False, **options) ¶ The Font class represents a named font
- tkinter. messagebox — Tkinter message prompts — Python 3. 13. 5 documentation
The tkinter messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations The message boxes are modal and will return a subset of (True, False, None, OK, CANCEL, YES, NO) based on the user’s selection
- Socket Programming HOWTO — Python 3. 13. 5 documentation
Socket Programming HOWTO ¶ Author: Gordon McMillan Abstract Sockets are used nearly everywhere, but are one of the most severely misunderstood technologies around This is a 10,000 foot overview of sockets It’s not really a tutorial - you’ll still have work to do in getting things operational It doesn’t cover the fine points (and there are a lot of them), but I hope it will give you
|
|
|