Re: Accessible Python UI library

2019-08-13 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Accessible Python UI library No, pygame doesn't have any accessible GUI elements, same as Pyglet. But this isn't necessarily a deal breaker, since you can use something like Tolk to make accessible GUI's yourself, it just takes a bit more effort. URL: https://forum.audiogames.net/post

Re: Accessible Python UI library

2019-08-13 Thread AudioGames . net Forum — Developers room : ricardo0922 via Audiogames-reflector
Re: Accessible Python UI library Would it be better to use something like QT5 or Pygame? Are Pygame widgets accessible? I don't think I'd do this, but I do want to use Pygame for some of my projects to handle certain things. Thanks. URL: https://forum.audiogames.net/post/455353/#p455353

Re: Accessible Python UI library

2019-08-13 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Accessible Python UI library @4 it has some issues when trying to add accesible names to widgets. Least what I ran into. URL: https://forum.audiogames.net/post/455324/#p455324 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Accessible Python UI library

2019-08-13 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Accessible Python UI library @5, it does. QT5 is very confusing when it comes to licensing. So long as you abide by the LGPL, you should be fine. URL: https://forum.audiogames.net/post/455268/#p455268 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Accessible Python UI library

2019-08-12 Thread AudioGames . net Forum — Developers room : black and white via Audiogames-reflector
Re: Accessible Python UI library @Ethin: Can I make my project closed-source with the PyQT5 library?As far as I know I couldn't do that before due to its license. I don't know if things has changed recently.That's one of the reasons I never got to program GUI in python. WXPython is just

Re: Accessible Python UI library

2019-08-12 Thread AudioGames . net Forum — Developers room : SkyGuardian via Audiogames-reflector
Re: Accessible Python UI library Why the older version of WX, I’ve been managing to use the newest one quite well URL: https://forum.audiogames.net/post/455126/#p455126 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: Accessible Python UI library

2019-08-12 Thread AudioGames . net Forum — Developers room : SkyGuardian via Audiogames-reflector
Re: Accessible Python UI library Why the older version of WX, I’ve been managing to use the newest one very well URL: https://forum.audiogames.net/post/455126/#p455126 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: Accessible Python UI library

2019-08-12 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Accessible Python UI library QT5, if you don't want an old version of WX. I find QT5 easier to use than WX IMO. URL: https://forum.audiogames.net/post/455117/#p455117 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Accessible Python UI library

2019-08-12 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector
Re: Accessible Python UI library WXPython, but you need to download an older version. URL: https://forum.audiogames.net/post/455095/#p455095 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Accessible Python UI library

2019-08-12 Thread AudioGames . net Forum — Developers room : ricardo0922 via Audiogames-reflector
Accessible Python UI library Hi,I want to make an accessible GUI in python, and I tried using Tkinter but I saw that it was not accessible from testing it and from posts floating around on the web. What is another GUI library that produces GUIs that are accessible and readable