Python Forum
Python tkinter question tablet
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python tkinter question tablet
#5
I'm not real familiar with Kivy, used it enough to get a basic feel, But I believe that one of it's main features is portability, and capability to run on phone tablet and/or desktop.

This is their opening statement:

Cross platform

Quote:Kivy runs on Linux, Windows, OS X, Android, iOS, and Raspberry Pi. You can run the same code on all supported platforms.

It can natively use most inputs, protocols and devices including WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse, Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included.

more here: https://kivy.org/#home

tkinter is a wrapper around TCL/TK and by it's nature is somewhat outdated. It's still quite valid for simple applications.
Qt5 is chosen by many but has a restriction in taht commercial applications are have a fee based system.

Personally, I prefer wxpython phoenix, but it has a higher learning curve.
Kivy will get you up and running sooner and cover most common platforms from the get go.
Reply


Messages In This Thread
Python tkinter question tablet - by Nick_tkinter - Mar-03-2021, 05:53 PM
RE: Python tkinter question tablet - by Larz60+ - Mar-03-2021, 10:33 PM
RE: Python tkinter question tablet - by Larz60+ - Mar-04-2021, 09:55 AM
RE: Python tkinter question tablet - by deanhystad - Mar-04-2021, 04:28 PM
RE: Python tkinter question tablet - by Larz60+ - Mar-04-2021, 10:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Beginner question re: Tkinter geometry return2sender 3 904 Jun-19-2023, 06:19 PM
Last Post: deanhystad
  Tkinter GUI question texan1836 3 1,819 Apr-13-2023, 03:12 AM
Last Post: deanhystad
  simple tkinter question function call not opening image gr3yali3n 5 3,301 Aug-02-2022, 09:13 PM
Last Post: woooee
  [Tkinter] question for a tkinter dialog box RobertAlvarez424 2 2,203 Aug-25-2021, 03:08 PM
Last Post: RobertAlvarez424
  tkinter slider question Nick_tkinter 1 2,433 Feb-22-2021, 01:31 PM
Last Post: deanhystad
  [Tkinter] Noob question:Using pyttsx3 with tkinter causes program to stop and close, any ideas? Osman_P 4 5,232 Nov-14-2020, 10:51 AM
Last Post: Osman_P
  question on tkinter canvas PhotoImage gr3yali3n 1 2,105 Sep-05-2020, 12:18 PM
Last Post: Larz60+
  Tkinter parameter question DPaul 2 2,022 Mar-14-2020, 09:35 AM
Last Post: DPaul
  Newbie question with Tkinter Entry mariolopes 2 2,201 Oct-12-2019, 11:02 PM
Last Post: Larz60+
  tkinter filedialog and pickle - custom icon question. kim07133 0 2,723 Jan-08-2018, 12:10 PM
Last Post: kim07133

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020