omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. bee18

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 30
    • Best 0
    • Controversial 0
    • Groups 0

    bee18

    @bee18

    0
    Reputation
    1169
    Profile views
    30
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bee18 Unfollow Follow

    Latest posts made by bee18

    • RE: Pythonista 1.6 Beta

      Not about technical things, but I believe omz should provide demo video of Pythonista both on the site and in the app store. The video should be able to present the ability of Pythonista much better than just static images, especially the advance features. Omz can take a look at Codea's demo video, it's quite good. And I believe a good demo video would also be able to attract new purchasers.

      Thank you.

      posted in Pythonista
      bee18
      bee18
    • RE: Reading EXIF data from photo

      Thank you for providing link to other projects. filenav seems pretty cool. I'll start with that. :)

      posted in Pythonista
      bee18
      bee18
    • Reading EXIF data from photo

      Hi,

      I plan to write a simple app that puts a datetime stamp to a photo based on its EXIF data. So far I haven't found a way to read the EXIF data, especially using Pythonista. Can anybody give me a light on this? Thank you.

      -Bee

      posted in Pythonista
      bee18
      bee18
    • RE: Reading EXIF data from photo

      If the photo doesn't have exif data, can I take the data from the file info e.g. datetime of file creation? Is there any python function to read it? Not the datetime of last file modification but the true file creation.

      Thank you.

      posted in Pythonista
      bee18
      bee18
    • RE: Editing CSS files

      What is Framework7?

      posted in Pythonista
      bee18
      bee18
    • RE: Sharing my minesweeper implementation

      Aha... Thank you @ccc. :)

      posted in Pythonista
      bee18
      bee18
    • RE: Sharing my minesweeper implementation

      Ok... I don't understand why the list is NOT displayed correctly in this forum. :(

      posted in Pythonista
      bee18
      bee18
    • RE: Sharing my minesweeper implementation

      @maus80:

      I just forked your minesweeper gists into:

      https://github.com/git-bee/pythonista-minesweeper

      Or, here the pastebin version:

      http://pastebin.com/NMvT0kvi

      Enhancements:

      • bigger grid by default
      • support landscape orientation
      • no bomb at the first try :)
      • tap-and-hold on open tile to auto-reveal
      • game timer starts on first tap on tile, instead of on first tap on the smiley button
      • some minor informational text (and a title)
      • some minor better variable naming (IMHO)

      I wrote this on my iPod touch, so my modification might doesn't work correctly on iPad due the different display aspect ratio. You could simply adjust the value in the source code.

      Have fun! :)

      posted in Pythonista
      bee18
      bee18
    • RE: Sharing my minesweeper implementation

      Thank you for sharing your code. It's pretty neat. Really remind me of Windows. (FYI, I no longer use Windows since 2008). :)

      Just one tiny little bit of annoyance… the real windows' minesweeper never give a bomb at the first try. Never. ;)

      And also a double click (tap) would automatically reveal the already obvious blocks. This really helps reducing time in order to get fastest time record. Btw, my fastest record is 3 seconds on a small grid (10 bombs). :)

      posted in Pythonista
      bee18
      bee18
    • RE: Smooth seconds hand in demo clock.py

      It will be called exactly 60 times per second if you got very very simple things to draw which require less than 1/60 second to process. But once you got a bit more complex drawing and or computation, the process would take longer. The more complex your program the longer it takes to draw. So, you need another way to get your program syncs with the real time. :)

      posted in Pythonista
      bee18
      bee18