-1

I'm looking to add stuff to my Tkinter GUI to make it look fancy. Ideas are squares bouncing around, snow effects, lightning, etc.

hegash
  • 833
  • 1
  • 7
  • 16
  • 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 Answers1

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