Love the app - have it running and working it through on an RPi Zero W. One thing I'd like to do is to remove the GTK dependency however I'm not too with it on GTK but I have worked out that the gtk.main() call starts some kind of event loop that the rest of the code depends on. I think I can use glib to start this which has no gtk dependency. If you have any pointers I'd be very grateful for any help!
Hello,
Love the app - have it running and working it through on an RPi Zero W. One thing I'd like to do is to remove the GTK dependency however I'm not too with it on GTK but I have worked out that the gtk.main() call starts some kind of event loop that the rest of the code depends on. I think I can use glib to start this which has no gtk dependency. If you have any pointers I'd be very grateful for any help!
Thanks.