but-better 0.1.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

butbetter 0.1.0

Your Code But Better
Wrapper for your code to make it nothing but better.
Installation
pip install but-better

Usage
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,
)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.