toomeyDev / SimpleTimeClock

Simple GUI timekeeping application written in Python3 with the Tkinter framework.
GNU General Public License v3.0
1 stars 0 forks source link

Port Tkinter gui implementation to Kivvy for mobile port #15

Open toomeyDev opened 2 years ago

toomeyDev commented 2 years ago

In order to have the application work with mobile devices, needs to be ported to the Kivy framework as Tkinter doesn't natively support mobile devices.

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

toomeyDev commented 2 years ago

Work should be tracked with branch https://github.com/toomeyDev/SimpleTimeClock/tree/Mobile-Port