2018-11-17 02:01:02

Hi

Does anyone know of a library that can be used to create a windowless application like Chicken Nugget? I'm looking for something that handles buffers at a minimum; bonus points if it takes care of hotkeys & speech also.
I'm a Ruby programmer but would settle for Python.

Many thanks.

2018-11-17 10:57:48

Are you referring to the [Chicken Nugget] accessible twitter app? What do you mean by buffer handling? From the looks of it, Chicken Nugget would be using Win32 for OS level hooks, along with the Tolk library for screeen reader support.

-BrushTone v1.3.3: Accessible Paint Tool
-AudiMesh3D v1.0.0: Accessible 3D Model Viewer

2018-11-17 15:23:02

Hi,
TWBlue is an opensource alternative of Chicken Nugget that does many of the same things, including the windowless support for keystrokes and buffer handling that you want. The main git repository can be found at: https://github.com/manuelcortez/twblue