Skip to content

stijndcl/python-dvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-dvd

Python tool that bounces a DVD logo around your terminal

GIF of the tool

Usage

The project doesn't have any dependencies, so you can just run it directly without installing anything:

$ python3 dvd.py

The delay option sets the delay between screen updates in milliseconds, and defaults to 1000 (1 second). To make the logo faster or slower, pass a value for this option:

# Faster
$ python3 dvd.py --delay 250

# Slower
$ python3 dvd.py --delay 2000

About

Python tool that bounces a DVD logo around your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages