diff --git a/dream.ipynb b/dream.ipynb index 39b5037..2b6fe8e 100644 --- a/dream.ipynb +++ b/dream.ipynb @@ -576,3 +576,7 @@ } ] } +from win10toast import ToastNotifier + +bildirim = ToastNotifier() +bildirim.show_toast(title="Deep Dream", msg="Now you can show your works of art in this crazy world!", icon_path=None, duration=10)