omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Braille application.

    Pythonista
    6
    334
    212715
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • shinya.ta
      shinya.ta @cvp last edited by

      @cvp

      Can you display fifty Japanese syllables in turn on that device?

      1 Reply Last reply Reply Quote 0
      • shinya.ta
        shinya.ta @cvp last edited by

        @cvp

        My wife doesn't remember the Braille of Kanji.
        All the visually impaired people do not understand the Braille of the Chinese characters.

        Therefore, the conversion of kanji characters is necessary from the input of Hiragana.

        cvp 1 Reply Last reply Reply Quote 0
        • cvp
          cvp @shinya.ta last edited by cvp

          @shinya.ta Hi, this is what I understand:

          • there is a bug of some dots forgotten, due to the fact I accept that the dots must be
            memorized until the ok button and not until the fingers leave the screen.
            the same Touch ID is sometimes generated by Pythonista...
            I promise the bug will be solved today
          • we will not use the kanji Braille, only the hiragana
          • you accept the fact that the user needs to press the ok button after each dots set which
            represents a syllable or hiragana
          • I don't understand your question about 50 syllables
          • How will the hiragana's be converted in one of the 2000 official kanji's?
            Do I need to try to find a conversion table, like かわ→川
          shinya.ta 1 Reply Last reply Reply Quote 0
          • shinya.ta
            shinya.ta @cvp last edited by

            @cvp

            I thought that the program doesn't work because of this terminal.
            So, I wanted you to try it on your device.

            When you start this program with the Bluetooth keyboard while you are starting this program, you will find a list of your prediction without permission.

            Even if you use Pythonisa, iPhone makes a list of prediction without permission.

            cvp 1 Reply Last reply Reply Quote 0
            • cvp
              cvp @shinya.ta last edited by

              @shinya.ta I don't have any prediction on my iPad mini 4
              Is it possible that you post a screen copy?
              Is it a row with predictions at the bottom of the dots?
              It is strange because I remove the standard keyboard to display the red dots.
              Or I don't understand...

              shinya.ta 2 Replies Last reply Reply Quote 0
              • shinya.ta
                shinya.ta @cvp last edited by

                @cvp

                I don't know how to send a screenshot here.

                cvp 2 Replies Last reply Reply Quote 0
                • cvp
                  cvp @shinya.ta last edited by

                  @shinya.ta Remember, I explained it some months ago here

                  shinya.ta 1 Reply Last reply Reply Quote 0
                  • cvp
                    cvp @shinya.ta last edited by

                    @shinya.ta If it is too complicated, try to explain what you do, step by step, before to see this row of predictions...

                    Sorry, but I have to leave for more than one hour.

                    1 Reply Last reply Reply Quote 0
                    • shinya.ta
                      shinya.ta @cvp last edited by

                      @cvp

                      import pyimgur,photos,clipboard,os,console
                      i=photos.pick_image()
                      print(i.format)
                      format = 'gif' if (i.format == 'GIF') else 'jpg'
                      i.save('img.'+format)
                      clipboard.set(pyimgur.Imgur("303d632d723a549").upload_image('img.'+format, title="Uploaded-Image").link)
                      console.hud_alert("link copied!")
                      os.remove('img.'+format)
                      
                      

                      I don't know how to use this.

                      cvp 1 Reply Last reply Reply Quote 0
                      • shinya.ta
                        shinya.ta @cvp last edited by

                        @cvp

                        Even if you delete the standard keyboard, if you input Japanese, the expected list will come out.

                        かわ|
                        川、可愛い、カワ、側、革…

                        ↑It comes out without permission like this.

                        cvp 1 Reply Last reply Reply Quote 0
                        • cvp
                          cvp @shinya.ta last edited by cvp

                          @shinya.ta to use my little script, you have first to install pyimgur module like explained in the previous link

                          1 Reply Last reply Reply Quote 0
                          • cvp
                            cvp @shinya.ta last edited by

                            @shinya.ta where does this prediction row comes? Just under the red dots?

                            shinya.ta 1 Reply Last reply Reply Quote 0
                            • shinya.ta
                              shinya.ta @cvp last edited by

                              @cvp

                              It will come out just below the text field.
                              It's a normal function of iPhone.

                              cvp 1 Reply Last reply Reply Quote 0
                              • cvp
                                cvp @shinya.ta last edited by cvp

                                @shinya.ta I know that but as you speak about that in this topic, I suppose you get this row with my script only.
                                Or do you have that in all apps?

                                If this predictions problem is not relative to my script, could you please, react/answer to my previous post

                                This is what I understand:

                                • there is a bug of some dots forgotten, due to the fact I accept that the dots must be
                                  memorized until the ok button and not until the fingers leave the screen.
                                  the same Touch ID is sometimes generated by Pythonista...
                                  I promise the bug will be solved today
                                • we will not use the kanji Braille, only the hiragana
                                • you accept the fact that the user needs to press the ok button after each dots set which
                                  represents a syllable or hiragana
                                • I don't understand your question about 50 syllables
                                • How will the hiragana's be converted in one of the 2000 official kanji's?
                                  Do I need to try to find a conversion table, like かわ→川
                                shinya.ta 2 Replies Last reply Reply Quote 0
                                • shinya.ta
                                  shinya.ta @cvp last edited by

                                  @cvp

                                  You need to find a conversion list.

                                  1 Reply Last reply Reply Quote 0
                                  • shinya.ta
                                    shinya.ta @cvp last edited by

                                    @cvp

                                    The conversion list will come out in the text input in all the applications.
                                    It is not only the story of Pythonisa.

                                    cvp 2 Replies Last reply Reply Quote 0
                                    • cvp
                                      cvp @shinya.ta last edited by cvp

                                      @shinya.ta For the predictions problem, you could try a reset of the dictionnary



                                      1 Reply Last reply Reply Quote 0
                                      • cvp
                                        cvp @shinya.ta last edited by

                                        @shinya.ta said:

                                        The conversion list will come out in the text input in all the applications.
                                        It is not only the story of Pythonisa.

                                        My script only runs in Pythonista, thus you could not use it in other apps.

                                        shinya.ta 1 Reply Last reply Reply Quote 0
                                        • shinya.ta
                                          shinya.ta @cvp last edited by

                                          @cvp

                                          https://kanntann.com/flick-input-on-iphone

                                          In Japan, you use the text input on iPhone like this.

                                          cvp 1 Reply Last reply Reply Quote 0
                                          • cvp
                                            cvp @shinya.ta last edited by

                                            @shinya.ta I understand but if you want to have Braille input, with my script it is on the entire screen but only in Pythonista, with Apple standard Braille, I think it is like my script, and with custom keyboard, it is only in the keyboard at the bottom, not the entire screen.

                                            Please, decide if we go on with my script, that will say entire screen but only in Pythonista.
                                            Of course, we could create a custom keyboard but the 6 dots will be presented in a small part of the screen, in the keyboard area.

                                            shinya.ta 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB Forums | Contributors