Posts by Leonardo Dos Santos • 23 points
3 posts
-
2
votes2
answers6101
viewsQ: How to border images using Html5+css?
The code developed until fractionated group is here if you need the complete code will be in Pastebin HTML: https://pastebin.com/9k1Xd9MC <!DOCTYPE html> <html lang="pt-br"> <head>…
-
0
votes1
answer901
viewsQ: How to delete a table row in sqlite3?
I’m trying to crud sqlite3 with a GUI through Tkinter my table was created in DB Browser for sqlite. I’ve developed a little but it’s not working: from tkinter import * from tkinter import ttk…
-
0
votes0
answers110
viewsQ: Collision problems in Tkinter (game)
I’m learning Tkinter developing a little game but I’m in trouble to erase objects collided with find.overlapping from tkinter import * from constantes import * import random class Jogo(): def…