Is the tag a function possible in the Python Windows program?

Asked 2 years ago, Updated 2 years ago, 28 views

Is the tag a function possible in the Python Windows program?

I'm trying to make a Python Windows program.

Run list.py created by GUI How to go from list.py to write.py

How can we do this?"T" Windows application is about to move to another Python file. In web HTML, I'm going to make a function of tags, so I'd appreciate it if you could tell me.

Also, can I send the value to POST or GET like a form tag in HTML?

python windows

2022-09-21 20:01

1 Answers

It's a completely different thing.

HTml is a separate HTML viewer.

On the other hand, Windows programs are created using controls or widgets provided by the operating system.

Representative ones are Qt, wxwindows, tkinter, etc.

In other words, you need to learn how to use each of the widgets above, just as you do when you learn html


2022-09-21 20:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.