omz:forum

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

    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 3
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    jb145491

    @jb145491

    0
    Reputation
    1003
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jb145491 Unfollow Follow

    Latest posts made by jb145491

    • Speech Recognition in Pythonista

      Is there anyway to create speech recognition in pythonista? I know I can use the Google Speech Recognition API, but I would prefer no internet. Also, if you have an alternative to pyaudio I can use, that would be helpful. I am trying to create a python shell, but purely conversation, no typing.

      posted in Pythonista
      jb145491
      jb145491
    • RE: Speech Recognition in Pythonista

      Never mind, figured out how to do it. Siri API.

      posted in Pythonista
      jb145491
      jb145491
    • RE: Set color key in scene module

      I have images in my clipboard I am using, plus the colorkey should be pretty easy. In pygame:

      pygame.image.set_colorkey(0, 0, 0)
      This takes any black on the image and converts it to clear.

      posted in Pythonista
      jb145491
      jb145491
    • Set color key in scene module

      Anybody here who has used the pygame module before should know about a colorkey. How do I set it?

      PS. In case anybody didn't know, a colorkey is a RGB(A) value that when bound to a picture, replaces all pixels that are the color of the colorkey with another color, or transparent.

      Any ideas?

      Some thoughts running through my mind:

      1. Maybe go pixel by pixel in a for loop. Use an if statement to determine if the pixel is that color. No clue how to do that.
      2. Find a colorkey function. No clue how to do that.
      3. Be open to suggestions. I know how to do that.
      posted in Pythonista
      jb145491
      jb145491
    • RE: Speech Recognition in Pythonista

      Maybe, when will this new update be released?

      posted in Pythonista
      jb145491
      jb145491
    • RE: Speech Recognition in Pythonista

      So I can't even record from the iPad?

      posted in Pythonista
      jb145491
      jb145491
    • RE: Simlply save a variable

      Just do this:

      1. Make sure you have a file named "a.txt".

      2. Put the value of the variable a in the first line. In the following code, it ignores all other lines in the file.

      3. In your code:

        line = open('a.txt').readlines()[0]
        try:
        line= int(line)
        except:
        pass

      posted in Pythonista
      jb145491
      jb145491
    • RE: Speech Recognition in Pythonista

      I dont have this "ctypes" module, is that coming out in an update? I guess I could use the Internet, and I know how to send to google, but how would I make a recording in the first place through Pythonista?

      posted in Pythonista
      jb145491
      jb145491
    • HELP! How do I submit apps to the App Store from inside Pythonista?

      I spent 7 bucks on an app expecting to be able to submit Python programs to the App Store. How do I do this?

      posted in Pythonista
      jb145491
      jb145491
    • RE: HELP! How do I submit apps to the App Store from inside Pythonista?

      I haven't gotten an answer to my second question. Will a Pythonista-made application be acceptable to the App Store? I know all about the needing a Mac part, the $99 dollar a year subscription fee, but that is not my question. I apologize if I sound rude, I am just a bit frustrated.

      posted in Pythonista
      jb145491
      jb145491