Skip to content

Instantly share code, notes, and snippets.

@cra
Created February 22, 2023 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cra/4f073dcd8accc06db6e072ee87c25e00 to your computer and use it in GitHub Desktop.
Save cra/4f073dcd8accc06db6e072ee87c25e00 to your computer and use it in GitHub Desktop.
import random
from plyer import notification
todo = (
"pip install plyer",
"save this as autoran every 24h",
"можно и по-русски писать",
"из файла через open('path').readlines()",
)
notification.notify(
title='preved',
message=random.choice(todo),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment