Dec-09-2024, 04:25 AM
Hi,
I'm very new to python and need some advice on how to go about coding my project.
I'm trying to make a plant that will appear only my desktop, that will gradually grow when periodically watered (this would just be done by clicking on the plant).
The only progress I have so far is using "root.overrideredirect(True)" so that it just appears to be an image and not in its own window.
How can I now make it so that this image will only ever appear on the desktop, behind all other applications and also re-open itself when the "show desktop" button is pressed.
Any advice would be much appreciated
I'm very new to python and need some advice on how to go about coding my project.
I'm trying to make a plant that will appear only my desktop, that will gradually grow when periodically watered (this would just be done by clicking on the plant).
The only progress I have so far is using "root.overrideredirect(True)" so that it just appears to be an image and not in its own window.
How can I now make it so that this image will only ever appear on the desktop, behind all other applications and also re-open itself when the "show desktop" button is pressed.
Any advice would be much appreciated
