+ 1
Python SQLite3 Module
Would I be able to create a login form using SQLite3 (for the database side) and Tkinter (GUI side)?
2 ответов
+ 2
Thanks
0
You definitely can but I would instead recommend using an ORM like peewee or SqlAlchemy. You're going to have a much better experience and if you do anything more than login with your app it'll be invaluable.