Wrapper for your code to make it nothing but better.
pip install but-better
Pass the time during a long running function by watching a YouTube video.
Pass YouTube video id as the argument to but_better
and use it as a decorator.
from but_better import but_better
my_favorite_youtube_id: str = ...
youtube_video = but_better(my_favorite_youtube_id)
from their_module import their_function
their_function_but_better = youtube_video(their_function)
If you are writing the function, use the decorator syntax:
@youtube_video
def my_function():
# Your code here
pass
Struggling to find something to kill the time? Try out a pre-defined video:
from but_better import (
elevator,
favorite_customer,
gasolina,
gotcha,
phillies_hype_song,
ten_hour_fireplace,
)