Python SQLite3 Module | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python SQLite3 Module

Would I be able to create a login form using SQLite3 (for the database side) and Tkinter (GUI side)?

7th Jan 2017, 11:16 PM
Thomas John
Thomas John - avatar
2 Answers
+ 2
Thanks
8th Jan 2017, 4:48 PM
Thomas John
Thomas John - avatar
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.
8th Jan 2017, 12:05 AM
James Durand
James Durand - avatar