Touch screen development in Python

Laurent Pointal laurent.pointal at free.fr
Wed Jul 13 14:09:00 EDT 2016


Jahn wrote:

> I was thinking about Python touch screen applications for industrial
> boards( computers).
> If I have a touch screen  with that industrial board, what I must have
> installed to be able to
> write  touch screen applications in Python?

If you go with Kivy (its built for multitouch graphical interactive 
applications, can work on Windows, Linux, MacOSX, Android), see the 
following page for requirements:

https://kivy.org/docs/installation/installation.html

And learning how to use it (see examples).

https://kivy.org/docs/examples/gallery.html

Really, give it a try, even on your mouse controlled interface.

A+
Laurent.




More information about the Python-list mailing list