I've been writing scripts in Win VS and when I switched to Linux, I came across the following problem: When I use an image as a window icon in Linux (which does not have the same) the script does not execute.
How can I "detect" the OS so it...
There is a shared (google) worksheet in which multiple users edit and watch simultaneously. For those who have used the shared spreadsheet google knows that when someone starts to write everyone sees in real time. Anyway I build a program with s...
The idea is that the user type the number of rows and I create the entries according to this amount, this I was able to do, what I can not get is the value of these entry with get ().
y1=0
lista= []
while y1 < x1:...
In addition to importing tkinter, as I call the function, for example: _show (?, 'the title'), what do I put in the first variable that is image? Show an example if it's on the desktop.
I need to change the icon in the left corner of a window that I created, the code I have as an example is the following, but it does not work:
objeto.tk.call("icone.ico");
How can I do this?
I'm trying to create an interface where the user can type text and save that text in a txt document. To make the process easier, I used a GUI generator called PAGE, which uses the package TKinter, which already comes with Python.
The code genera...
This is the following I created a script to 'decrypt' md5 hash, but when I enter Entry 21232f297a57a5a743894a0e4a801fc3 that is admin and is contained in wordlist, it hangs every time it reaches the b=get(f'url').content.decode(...