Coding a scheduled journal application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kpierce8@gmail.com

    #1

    Coding a scheduled journal application

    I'm a python newbie and would like to develop a tiny application to
    schedule a document to open in a text processor and ask a question.
    I'd like to be able to give it multiple time:question pairs such as
    (monday 1:00pm : "Please enter your completed tasks for the morning?).
    It could just open a dialog box with a big text entry area and the
    question, then append a text file after a submit command. I guess the
    question is how to get it to run in the background and pop-up at the
    appropriate times?

  • Gabriel Genellina

    #2
    Re: Coding a scheduled journal application

    En Thu, 08 Mar 2007 20:42:45 -0300, kpierce8@gmail. com
    <kpierce8@gmail .comescribió:
    I guess the
    question is how to get it to run in the background and pop-up at the
    appropriate times?
    Use cron on linux or the task scheduler on windows

    --
    Gabriel Genellina

    Comment

    Working...