Mastodon Skip to content
  • Home
  • Aktuell
  • Tags
  • Über dieses Forum
Einklappen
Grafik mit zwei überlappenden Sprechblasen, eine grün und eine lila.
Abspeckgeflüster – Forum für Menschen mit Gewicht(ung)

Kostenlos. Werbefrei. Menschlich. Dein Abnehmforum.

  1. Home
  2. Uncategorized
  3. What is the best Python library for sending messages to a screen reader?

What is the best Python library for sending messages to a screen reader?

Geplant Angeheftet Gesperrt Verschoben Uncategorized
12 Beiträge 4 Kommentatoren 0 Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • sevapopov@mastodon.mlS sevapopov@mastodon.ml

    @Orinks There is Tolk but I don't know if it works with macOS/Linux. Accessible output 2 is a bit difficult to install if you install it to pipenv, at least it seemed like that for me.

    P This user is from outside of this forum
    P This user is from outside of this forum
    pitermach@dragonscave.space
    schrieb zuletzt editiert von
    #3

    @Sevapopov @Orinks One I want to look into is Prism by @draeand, which on paper supports pretty much everything from NVDA, JAWS, ZDSR on Windows to Mac and Linux.

    D O 2 Antworten Letzte Antwort
    0
    • P pitermach@dragonscave.space

      @Sevapopov @Orinks One I want to look into is Prism by @draeand, which on paper supports pretty much everything from NVDA, JAWS, ZDSR on Windows to Mac and Linux.

      D This user is from outside of this forum
      D This user is from outside of this forum
      draeand@social.the-gdn.net
      schrieb zuletzt editiert von
      #4

      @pitermach @Orinks I'm considering seeing about integrating this into my Zquake fork and restoring some of the functionality AGRIP removed, since accessibility has advanced significantly since 1996 honestly

      1 Antwort Letzte Antwort
      0
      • P pitermach@dragonscave.space

        @Sevapopov @Orinks One I want to look into is Prism by @draeand, which on paper supports pretty much everything from NVDA, JAWS, ZDSR on Windows to Mac and Linux.

        O This user is from outside of this forum
        O This user is from outside of this forum
        orinks@mastodon.stickbear.me
        schrieb zuletzt editiert von
        #5

        @pitermach @Sevapopov @draeand Where can I read up on that?

        D 1 Antwort Letzte Antwort
        0
        • O orinks@mastodon.stickbear.me

          @pitermach @Sevapopov @draeand Where can I read up on that?

          D This user is from outside of this forum
          D This user is from outside of this forum
          draeand@social.the-gdn.net
          schrieb zuletzt editiert von
          #6

          @Orinks @pitermach @Sevapopov https://github.com/ethindp/prism is the repo, the docs can be built with mdbook. I really need to set up GH pages for it though

          O 2 Antworten Letzte Antwort
          0
          • D draeand@social.the-gdn.net

            @Orinks @pitermach @Sevapopov https://github.com/ethindp/prism is the repo, the docs can be built with mdbook. I really need to set up GH pages for it though

            O This user is from outside of this forum
            O This user is from outside of this forum
            orinks@mastodon.stickbear.me
            schrieb zuletzt editiert von
            #7

            @draeand @pitermach @Sevapopov Does this have Python binaries available? Was hoping to not use C compile tools to build the thing. I can, no big deal but yeah.

            1 Antwort Letzte Antwort
            0
            • D draeand@social.the-gdn.net

              @Orinks @pitermach @Sevapopov https://github.com/ethindp/prism is the repo, the docs can be built with mdbook. I really need to set up GH pages for it though

              O This user is from outside of this forum
              O This user is from outside of this forum
              orinks@mastodon.stickbear.me
              schrieb zuletzt editiert von
              #8

              @draeand @pitermach @Sevapopov Nevermind, saw it in the readme.

              D 1 Antwort Letzte Antwort
              0
              • O orinks@mastodon.stickbear.me

                @draeand @pitermach @Sevapopov Nevermind, saw it in the readme.

                D This user is from outside of this forum
                D This user is from outside of this forum
                draeand@social.the-gdn.net
                schrieb zuletzt editiert von
                #9

                @Orinks @pitermach @Sevapopov Yep, it does, the package is prismatoid on PyPi since prism refers to something else

                O 1 Antwort Letzte Antwort
                0
                • D draeand@social.the-gdn.net

                  @Orinks @pitermach @Sevapopov Yep, it does, the package is prismatoid on PyPi since prism refers to something else

                  O This user is from outside of this forum
                  O This user is from outside of this forum
                  orinks@mastodon.stickbear.me
                  schrieb zuletzt editiert von
                  #10

                  @draeand @pitermach @Sevapopov Awesome. Got Prism working in my app for a new feature. NVDA backend working and don't need to worry about bundling the NVDA controller client. Detected Linux and found the Orca backend too. The question is whether it'll run okay on macOS, heard there was some issues from readme but was able to set it up in a few minutes with the Prismatoid binding.

                  D 2 Antworten Letzte Antwort
                  0
                  • O orinks@mastodon.stickbear.me

                    @draeand @pitermach @Sevapopov Awesome. Got Prism working in my app for a new feature. NVDA backend working and don't need to worry about bundling the NVDA controller client. Detected Linux and found the Orca backend too. The question is whether it'll run okay on macOS, heard there was some issues from readme but was able to set it up in a few minutes with the Prismatoid binding.

                    D This user is from outside of this forum
                    D This user is from outside of this forum
                    draeand@social.the-gdn.net
                    schrieb zuletzt editiert von
                    #11

                    @Orinks @pitermach @Sevapopov I've had very little MacOS testing so any testing would be appreciated

                    1 Antwort Letzte Antwort
                    0
                    • O orinks@mastodon.stickbear.me

                      @draeand @pitermach @Sevapopov Awesome. Got Prism working in my app for a new feature. NVDA backend working and don't need to worry about bundling the NVDA controller client. Detected Linux and found the Orca backend too. The question is whether it'll run okay on macOS, heard there was some issues from readme but was able to set it up in a few minutes with the Prismatoid binding.

                      D This user is from outside of this forum
                      D This user is from outside of this forum
                      draeand@social.the-gdn.net
                      schrieb zuletzt editiert von
                      #12

                      @Orinks @pitermach @Sevapopov I hope it works for you and if you have any suggestions/bugs let me know

                      1 Antwort Letzte Antwort
                      0
                      • svenja@mstdn.gamesS svenja@mstdn.games shared this topic
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen



                      Copyright (c) 2025 abSpecktrum (@abspecklog@fedimonster.de)

                      Erstellt mit Schlaflosigkeit, Kaffee, Brokkoli & ♥

                      Impressum | Datenschutzerklärung | Nutzungsbedingungen

                      • Anmelden

                      • Du hast noch kein Konto? Registrieren

                      • Anmelden oder registrieren, um zu suchen
                      • Erster Beitrag
                        Letzter Beitrag
                      0
                      • Home
                      • Aktuell
                      • Tags
                      • Über dieses Forum