RemindMe [Python] - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
A small script that reminds you to do something in a set amount of time.
Deps: blessings Code: #!/usr/bin/python2 |
|||
|
|||
You can try to call os.system and send a message through notify-send "the message here".
I don't know if it's a better idea. |
|||
|
|||
(04-09-2012, 04:59 PM)venam Wrote: You can try to call os.system and send a message through notify-send "the message here". Yeah. But I wanted this to be a command line app. Like, you'ed be programming and stuff, and a reminder would pop up on the top left of the terminal. But I might use this in other projects though. :) |
|||
|
|||
(04-09-2012, 07:19 PM)NeoTerra Wrote: This is neat, thanks! You're welcome! :D If you want to fork it and change some stuff here is a link: https://github.com/Gregoryx12/snippets |
|||
|
|||
Nice.
Will try it when o get home!
"TheHotBot" Aka NeverW8!
I can be seen on the IRC from time to time :) |
|||