A fun Python Tkinter app that displays the classic DVD logo bouncing around your screen!
Supports window resizing, multi-monitor setups, and fullscreen toggle with smooth animation.
- Classic DVD logo bouncing inside a resizable window
- Fullscreen toggle with F11 key (borderless, black background)
- Exit fullscreen with Esc key
- Proper handling of window maximize/restore behavior
- Works on multi-monitor setups (window can span screens)
- Python 3.x
- Pillow (
pip install pillow)
- Clone or download this repo
- Add the
dvd_logo.pngimage file in the project folder (or use your own DVD logo image) - Rename file extension to
.pywfor no console - Run the app:
4A. If you skipped 3:
python dvdlogo.py4B. If you did 3:
python dvdlogo.pyw- Use F11 to toggle fullscreen, Esc to exit fullscreen
- Resize and move the window as you like
- Replace
dvd_logo.pngwith any image you want - Adjust animation speed or bounce behavior inside dvdlogo.py
This program uses an MIT License.
See LICENSE for more details.