Skip to content

Ryan-the-python-coder/dvd-logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DVD Logo Bouncer

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.


Features

  • 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)

Requirements

  • Python 3.x
  • Pillow (pip install pillow)

Usage

  1. Clone or download this repo
  2. Add the dvd_logo.png image file in the project folder (or use your own DVD logo image)
  3. Rename file extension to .pyw for no console
  4. Run the app:

4A. If you skipped 3:

python dvdlogo.py

4B. If you did 3:

python dvdlogo.pyw
  1. Use F11 to toggle fullscreen, Esc to exit fullscreen
  2. Resize and move the window as you like

Customize

  • Replace dvd_logo.png with any image you want
  • Adjust animation speed or bounce behavior inside dvdlogo.py

License

This program uses an MIT License.

See LICENSE for more details.

About

DVD Logo that bounces around your screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages