Pietrob5 / Password-Manager

A simple password manager that uses encription with python
1 stars 3 forks source link

Transition from Tkinter to Kivy GUI for mobile .apk conversion #18

Open Pietrob5 opened 1 month ago

Pietrob5 commented 1 month ago

This app GUI is all based on Tkinter. I'd like to transit to a Kivy version to be able to cerate a mobile app. Obviously only frontend is involved in this change, backend must stay the same. pm.py handles all backend, pm_gui.py implements Tkinter. Thank you!