Welcome to the Pythonista Community Forums!

Pythonista is a Python programming environment for iOS. To learn more, head over to the Pythonista Website.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter
Daily Diary Entry
  • Yesterday one of my followers asked me and @viticci for a way to get my Daily Diary Entry script running on iOS. Summary:

    The script asks some general questions about how the day one expects to be. It outputs everything to the Day One CLI.

    On iOS, obviously, there’s no Day One CLI, so he was wondering whether Launch Center Pro could do such thing, but Pythonista might be able to do it too. This lead to my first (ever) Python script:

    Daily Diary.py: https://gist.github.com/4113101

    You can run it in the app, when it finishes, Day One opens through its URL scheme. That’s all there is to it. I refrained to make an option list for Emoji’s, because one could just use the Emoji international keyboard. The script works on OS X as well.

    Enjoy.