Skip to content

Commit 5087bca

Browse files
Update README.md
1 parent b14ddf5 commit 5087bca

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,29 @@ GitHub: https://github.com/honghaier-game/TKinterDesigner.git
2323

2424
Tkinterdesigner v1.4.4 currently includes the following nine functions:
2525

26-
###### 1.project management: create and open the project.
2726

28-
###### 2.file management: create forms, create files and import resources for projects.
2927

30-
###### 3.interface design: design Tkinter interface.
28+
1. ###### 1.project management: create and open the project.
3129

32-
###### 4.control settings: basic attribute editing is performed for the control.
30+
2. ###### 2.file management: create forms, create files and import resources for projects.
3331

34-
###### 5.variable binding: bind variables for Tkinter control.
32+
3. ###### 3.interface design: design Tkinter interface.
3533

36-
###### 6.event response: establish the mapping between events and functions for the control of Tkinter.
34+
4. ###### 4.control settings: basic attribute editing is performed for the control.
3735

38-
###### 7.logic writing: logical processing of event functions.
36+
5. ###### 5.variable binding: bind variables for Tkinter control.
3937

40-
###### 8.compile and run: call Python command to compile and run the project.
38+
6. ###### 6.event response: establish the mapping between events and functions for the control of Tkinter.
39+
40+
7. ###### 7.logic writing: logical processing of event functions.
41+
42+
8. ###### 8.compile and run: call Python command to compile and run the project.
43+
44+
9. ###### 9.package exe: call Python command to package exe for the project.
45+
46+
10. ###### 10.custom module import: import and call the customized module.
4147

42-
###### 9.package exe: call Python command to package exe for the project.
4348

44-
###### 10.custom module import: import and call the customized module.
4549

4650
## TK designer function explanation:
4751

@@ -322,7 +326,7 @@ class   Express:
322326
            ListBox.insert(tkinter.END,"Error")
323327
```
324328

325-
329+
326330
There is only one way to write a custom module class: if you want to pass parameters to it in the designer, you need to use set_ And get_ Variable access method for prefix. So we design the function of three variables, including the company ID of express company, express number, and we want to pass in a control ComboBox to accept the list of company names.
327331
If you find it inconvenient to write the current project code, you can also use vscode or your favorite code editor to write the code, or directly import or copy "Express. py" from the instance project.
328332

0 commit comments

Comments
 (0)