Is there something similar to Delphi's String Grid in Tkinter/Pyqt? [closed] - python-3.x

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am trying to find something similar to Delphi's string Grid, I haven't found something similar in Tkinter, it should look like this :

Wxpython grid cell might be what you are looking for, take a look here :
https://wxpython.org/Phoenix/docs/html/grid_overview.html

Related

How to make these kind of bot? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
how can i make these bots? I've searching the internet for this type of user, but i couldn't find one
like this bot?
Another screenshot

Hello everybody, I would like to make jigzaw puzzle game with pixi.js [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 days ago.
Improve this question
https://scratch.mit.edu/projects/editor/?tutorial=getStarted
Here is a drag and drop feature, which is I would like to implement in my game.
What I have to do for this.
Now, I just finished drag function with pixi-viewport.

How to change specific part of a string? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
For example, I have a string like this
a = "starlight sunlight"
And I want to change it into
a = "starspot sunspot"
well i guessed you writing this in python so you can use the replace method
enter example
in your case you went to replace the word light with the word spot so just write
a=a.replace("light","post")

What does html mean [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
what does it mean s this.
This is bold, just like this.
You can combine them
if you really have to.
It means Hyper Text Markup Language

Music effects in Win RT [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
What is another way to play sounds in Win RT instead of using Media Element? I'd like to play some "play-and-forget" sounds.
You can have multiple MediaElements or you can use XAudio2 or WASAPI, but multiple MediaElements is possibly the easiest way. Just track which one is done playing so you can reuse it.

Resources