tkinter drawing component (23) -- list box
introduction
Similar to the drop-down box (combo box) combobox of TinUI, the list box also displays a number of selectable text segments to the user, calling the response function after the user clicks the selection, and passing the selected parameters, that is, the selected text segment text. So are these two components contradictory? Of ...
Posted by run_GMoney on Sat, 26 Feb 2022 03:50:18 +0100
Fish on time, close the net on time, and Python realizes the countdown after work! Never work overtime
Have you ever had time to fish
In the Internet circle, it is often said that 996 work system, but there are also 965, especially 007, and 007 feels like an ICU. Therefore, everyone will sneak around and occasionally touch fish. There are many ways to fish. Have you ever fished at work? What did you do during your fishing time? If you fini ...
Posted by silverspy18 on Thu, 10 Feb 2022 11:51:44 +0100
Create your own Python IDE development tool with Tkinter and use HP_tka module designs its own Chinese code editor
Create your own Python IDE development tool with Tkinter (5) using HP_tka module designs its own Chinese code editor Earlier, we introduced the method of using exec() function to run user programs in Tkinter. Exec () uses Python code for multithreading, which is easy to crash the editor program. In addition, if the user also develops Tkinter ap ...
Posted by cornick on Tue, 01 Feb 2022 15:24:30 +0100
Code example of python fireworks effect | CSDN creation punch in
1, Overall concept combing
In this article, the code example of python fireworks effect is compiled for you. Friends who are interested in this can learn and refer to it.
Friends who knock code every day, have you ever thought that code can also become very cool and romantic? Today, I'll teach you to simulate the blooming firework ...
Posted by ksandom on Tue, 25 Jan 2022 15:16:23 +0100
Automatic generation system of oral arithmetic in python (GUI interface programming)
preface:
Thank you, brother Li. It's really strong. I'll give you a compliment
1 GUI interface programming
1.1 problem description Topic selection: oral arithmetic question generation system Design GUI interface to realize oral arithmetic problem generation system, including but not limited to the following functions. (1) Oral arithmeti ...
Posted by mgason on Mon, 24 Jan 2022 07:47:22 +0100
TinEngine usage - embedded code
introduction
In HTML, javascript occupies a very important part. Both front-end and back-end, javascript has brought a lot of operability and interactivity to web pages, making web pages richer and more consistent with people's operation.
In Tin, the writer can use the < code > tag to write embedded code and inline a script of a cer ...
Posted by wafflestomper on Thu, 30 Dec 2021 09:12:39 +0100
tkinter uses WebView2 web components
introduction
On the road of innovation and exploration of tkinter, I have written two articles on tkinter's use of browser web components:
Use Internet Explorer ApplicationUsing minilink
In addition, other methods of realizing web page components have been summarized:
TkHtml3 | backwardcef | bulkyNested external exe | uncontrollable
It ...
Posted by meltingpotclub on Sat, 25 Dec 2021 21:59:58 +0100
tkinter drawing component (14) - value selection box
introduction
The value selection box is similar to the drop-down box. It is used to allow users to select the content they need through this component, and let the interface program obtain this content at the same time. However, there is a difference between the two. The drop-down box only displays several optional values for users to choo ...
Posted by betportal on Thu, 23 Dec 2021 01:48:12 +0100
tkinter practical tutorial installing tkinter under Linux environment
This tutorial is the personal effort of bloggers. If there is any quotation, the quotation information should be indicated at the top of the article
tkinter practical tutorial I installing tkinter under Linux environment
tkinter sub module ttk of tkinter practical tutorial II
tkinter Button control in tkinter practical tutorial III
Installi ...
Posted by dey.souvik007 on Tue, 19 Oct 2021 09:35:25 +0200