No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
So, I'm coding a IDE in Python and I'm using Tkinter for the GUI. What I'm looking for is a way to add a "recent files" menu to the menu that opens when you right click the program's icon in Windows's task bar. I have a picture to show what …
Not sure, but this could do the trick. #you should clear the screen surface before adding new stuff #so add this codeline before the image pasting. screen.fill((0, 0, 0)) I am posting this from iPad so sorry for the weird formatting.
I don't actually know what you mean by "as if it were a user input", but here's how you would make a simple GUI with a exit button, perform button and the title set. Also, for more GUI examples, check out the "Python GUI programming"-topic. Hope this helps! -Tyyppi_77 #Simple …
The End.
Tyyppi_77