0

So I have a touch screen and I want to make a UI similar to the one on the picture. Just 6 congruent buttons. When clicked, each button runs a unique Python script. What I am most ly stuck on is the UI. What should I use to make 6 buttons?

Sample UI

EricaAKrause
  • 11
  • 1
  • 2
  • use kivy https://kivy.org/#home , it's designed to be ran on touch screens and pretty easy to use. – midori Oct 19 '16 at 18:23
  • tkinter is the *defacto standard gui library that generally ships with python, and it [doesn't](http://stackoverflow.com/questions/25373458/handle-touchscreen-gesture-in-tkinter) really support multitouch. Individual clicks may work though... – Aaron Oct 19 '16 at 18:38

0 Answers0