I'm looking to add stuff to my Tkinter GUI to make it look fancy. Ideas are squares bouncing around, snow effects, lightning, etc.
Asked
Active
Viewed 53 times
-1
-
questions asking us to recommend software are off topic on stack overflow. You might have better luck asking on https://softwarerecs.stackexchange.com – Bryan Oakley Jan 26 '19 at 14:35
1 Answers
1
You could use images to achieve some of things you are after. If you use a .png you can keep the background transparent. You can then overlay this onto of everything else.
Another way that you might want to look into is using turtle.

JackU
- 1,406
- 3
- 15
- 43