Posts by Giovanni Felicio • 79 points
6 posts
-
-3
votes1
answer725
viewsQ: How to create a python code and connect it to Mysql
Eae Galera, I’m learning the database language, but I still don’t know everything to the letter so I came here to ask you for help to know how I can do this. I know there is sqlite3 in python but I…
-
1
votes1
answer275
viewsQ: Problem with Classes and Packages in python
I asked a question but resolved to improve it to have a better understanding,and also because no one could answer the fact that little explanation in this one I will be talking about the packages or…
-
2
votes1
answer774
viewsQ: How to Update the value of a variable?
I made a function in which has an initial variable and according to which the user marks a checkbutton she takes this value stores in the variable and then picks and checks its value and deletes the…
-
0
votes1
answer912
viewsQ: Take off or move a frame in Tkinter(python)?
I have a problem in python code that is the following, type I want to move the frame of the entry checkbutton so I can not, if you can help me, run the code there for you to understand the problem.…
-
1
votes1
answer1022
viewsQ: Send or Update button in Tkinter (Python) and Widgets Resizing
Start a code where you have 4 Checksbuttons and I want to do the following: (pseudo-code) user enters the database name, and selects what he wants => name, email, Cpf, color after that the…
-
2
votes1
answer7183
viewsQ: Tkinter Window Management (Python)
i am making a code in which the main window has 4 buttons (Create, Manage, Delete and About) and I wanted at the time I click the button create isse to the creation tab without having to open…